Search found 2 matches

by DAndres
Fri Jan 12, 2007 11:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Variable Length input file EBCDIC with a Record length field
Replies: 3
Views: 1215

I have found out that there does seem to be an EOL marker at the end of each record. Would this change your recommendation then? I would then be just faced with the 'DEPENDING ON' piece. Also, would flattening out of the OCCURS be useful here when loading in the layout? The subroutine you noted ... ...
by DAndres
Thu Jan 11, 2007 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Variable Length input file EBCDIC with a Record length field
Replies: 3
Views: 1215

Variable Length input file EBCDIC with a Record length field

[size=12][/size] I am trying to read in a file that is variable length, EBCDIC, contains a record length in the first field of the record, no end of line delimiter, and also has 'OCCURS DEPENDING ON' in the COBOL layout. 1. How can I setup the CFF to read in a file that is variable length that refer...