To read EBCDIC format data present in flat files

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
Vino_joe84
Participant
Posts: 28
Joined: Mon Nov 06, 2006 5:44 am
Location: chennai

To read EBCDIC format data present in flat files

Post by Vino_joe84 »

Hi,
We have EBCDIC format flat files used in our project. Can anyone please suggest us any methodology to handle such file datas in DS. Any help would be appreciated.
J.Ithayavino
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Read them using sequential file stage.
ramesh_inform
Participant
Posts: 57
Joined: Mon Dec 03, 2007 12:43 am
Location: hyderabad

Post by ramesh_inform »

we can read them using sequential file stage as well as complex flatfile stage

in sequential file stage
in format tab ,
---->typedefaults
-------->characterset as EBCDIC

and you can set the byte order as well.

according to your input file format ,you can choose number of options
ramesh.n.
Post Reply