ASCII-EBCIDIC DATASTAGE JOB

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
reddyds
Participant
Posts: 25
Joined: Wed Jul 06, 2005 12:16 am

ASCII-EBCIDIC DATASTAGE JOB

Post by reddyds »

Hi

I have an ASCII data sequential File i need to convert that file to a EBCIDIC Data File is there any way to do that in DataStage

Regards
Srikanth
ashwin2912
Participant
Posts: 57
Joined: Wed Jan 26, 2005 10:22 pm
Location: India

Post by ashwin2912 »

There is no need to explicitly do this. You can use a Sequential file stage/ Complex flat file stage for your output file to do this.
You can set in Output>Format>
Character Set=EBCDIC

In fact if you load a COBOL copy book in Output>Format> tab the options will be set automatically.
Ashwin
Post Reply