Issue with reading a EBCDIC Cobol file - Complex file stage

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

nivaskvs
Participant
Posts: 4
Joined: Sat Jan 22, 2005 12:19 pm
Contact:

Post by nivaskvs »

Fisrt save the CFF and try to read the saved CFF by converting into Cobol STd , then you can see the length of each column, then the total file length, if the file length and the copy book length does not match, you will get this error, verfiy first by the above process.

Thanks
Shrini
devidotcom
Participant
Posts: 247
Joined: Thu Apr 27, 2006 6:38 am
Location: Hyderabad

Post by devidotcom »

How would the column with COMP-3 appear in the metadata when exported with Flatten all arrays in a CFF stage?


WMM-ZIP-CD PIC S9(09)V COMP-3.
Aruna Gutti
Premium Member
Premium Member
Posts: 145
Joined: Fri Sep 21, 2007 9:35 am
Location: Boston

Post by Aruna Gutti »

DECIMAL 9 0.
Post Reply