complex flat 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

Post Reply
venkatvelpula
Participant
Posts: 80
Joined: Sat Mar 18, 2006 10:27 pm

complex flat file stage

Post by venkatvelpula »

can we use datastage complex file stage for all mainframe source files? or can we use sequential file to read mainframe source files?

Under what situations we have to use sequential file stage vs complex flat file stage for reading mainframe source files?

Is there any performance implication on one or the other?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You can use Sequential File stage for "flat files" - single record structure, ideally no packed decimal data - sourced from mainframe. Prefer Complex Flat File stage for others - multiple record structures, packed decimal data, etc.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply