Get rid of COBOL levels in datastage Data Set column defs?

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

ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard. What you say is true, but unnecessary.

Consider a record with seven fields, each of which has four characters.
AAAABBBBCCCCDDDDEEEEFFFFGGGG

And let's call them FieldA, FieldB, ..., FieldG

Now it doesn't matter what level any of these fields is at (provided it's not level 01, which is the record itself), they will always be stored as shown above.

So it will suffice that the metadata represents them as seven Char(4) fields.
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