Complex Flat File

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
Roopanwita
Participant
Posts: 125
Joined: Mon Sep 11, 2006 4:22 am
Location: India

Complex Flat File

Post by Roopanwita »

Hi,
Can any one tell me what is the What is level_number in COBOL file?

Thanks,
Last edited by Roopanwita on Thu Jun 19, 2008 10:06 pm, edited 1 time in total.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The "Level Number" comes from COBOL. Level 01 is usually the record name, levels 77 and 88 have special meanings. All the other numbers can be chosen at will. Convention is to use steps of 5 or 10 for levels and that each sub-record or group has a higher value than the level it is a subdivision of.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Level 88 (working storage) is not supported by DataStage.
Level 01 will never appear - the level 01 item is taken to be the table name.
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