Complex flat File

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ranga1970
Participant
Posts: 141
Joined: Thu Nov 04, 2004 3:29 pm
Location: Hyderabad

Complex flat File

Post by ranga1970 »

Hi;
i am new to mainframes and would like to have help from folks in this regard.
1) when do you go Complex flat file
2) when do go for regualr flat file
3) merits and demerits of one over other.
RRCHINTALA
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Use a normal sequential flat file whenever you can; it is simpler, easier and more efficient. Some COBOL structures cannot be read in a sequential file stage, for example anything with an OCCURS DEPENDING ON, and you need to use the complex stage to process these types of files.
Post Reply