EBCDIC to ASCII converion mapping

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
dsx
Participant
Posts: 4
Joined: Mon Jul 11, 2005 10:50 am

EBCDIC to ASCII converion mapping

Post by dsx »

Any idea where to find the EBCDIC to ASCII conversion mapping used by DataStage ?

Appreciate your input.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

In the manuals and sometimes in the on-line help for any stage type that can handle it. For example, the CFF stage and FTP stage can do this kind of conversion. There is some capacity in other stage types. Why not use Adobe Acrobat's search capability?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
cmmurari
Participant
Posts: 34
Joined: Sun Jan 02, 2005 9:55 am
Location: Singapore

Post by cmmurari »

you may try to use Basic functions ASCII or EDCDEIC converison function to Converts the values of characters in a string from ASCII to EBCDIC format or EBCDIC to ASCII format

cheers
krish
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

As a general rule, BASIC functions aren't available efficiently in parallel jobs.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
bcarlson
Premium Member
Premium Member
Posts: 772
Joined: Fri Oct 01, 2004 3:06 pm
Location: Minnesota

Post by bcarlson »

Not sure, but dsx may be looking for documentation that show what the actual codeset is - that is, the codeset that says that EBCDIC value A maps to ASCII value B. For example, a common codeset is ISO 8859 Latin 1, used by Oracle and Teradata.

There is more than one 'standard' mapping from EBCDIC to ASCII, unfortunately. Does anyone know how to determine what DataStage uses? Or is it dependent on your server? our PX is installed on an AIX machine. How does one determine what codeset is used?

dsx, is that what you are looking for?

Brad.
Post Reply