Advertisement

1 - 10 of 34 containing alltags:("ebcdic") (0 seconds)
Hi, I'm a novice in Oracle , and I hope that somebodycan help me on this subject. I've migrated an application running on IBM DB2 and using EBCDIC collating sequence to Oracle The applicat...
Zones: DatabasesDate Answered: 02/27/2004 Grade: A Views: 0
I am trying to read an Arabic string from a UTF-8 file and then convert the string into EBCDIC - Cp420 charset. I've been struggling with this and any inputs on what is the best way to do it with r...
Zones: JavaDate Answered: 06/22/2006 Grade: A Views: 0
I have to keep a record of series of hexadecimal numbers (max 26 numbers). These numbers represent hebrew letters in the EBCDIC format so they have to be kept in a certain order. What is the best...
Zones: OracleDate Answered: 06/19/2002 Grade: A Views: 0
i'm currently developing a utility to convert ASCII to EBCDIC (to support translation of some bits in a legacy system). really stuck over here. some sample codes are appreciated. hope someone he...
Zones: JavaDate Answered: 07/19/2002 Grade: B Views: 0
Hi How to translate EBCDIC characters to ASCII? for example: Letter "A" in ASCII is dec 65 and hex 41, but in EBCDIC code this same letter "A" is dec 193 and hex C1 how to translate EBCDIC cod...
Zones: Visual BasicDate Answered: 09/30/2003 Grade: B Views: 20
Hi, I develop an application in Visual Basic 6.0 that has to transfer a file to an AS400. The problem is the control "inet" don't send the proper information, because don't support EBCDIC format...
Zones: VB ControlsDate Answered: 12/09/2003 Grade: A Views: 0
Is there an EBCDIC-Reader for java? Or how to tell java, that the file I want to read is in EBCDIC-Code?
Zones: JavaDate Answered: 04/19/2005 Grade: A Views: 0
is it possible to define exactly which char should end a line ? i have a file in codepage 500 (EBCDIC) in this codepage 0D0A should be newline. but BufferedReader.readLine()wrongly uses a single...
Zones: JavaDate Answered: 04/17/2000 Grade: B Views: 15
How can i write a Visual Basic code Convert EBCDIC to ASCII? It should take EBCDIC data as input and shoud return ASCII format.
Zones: Visual BasicDate Answered: 08/10/2000 Grade: C Views: 0
My java program resides on the OS/390 server. But I have to send data across to a UNIX server and have to convert to ASCII. How can I do this? Thanks.
Zones: JavaDate Answered: 01/18/2001 Grade: A Views: 115