Cobol 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
vasubabu
Participant
Posts: 153
Joined: Wed Jan 25, 2006 2:38 am

Cobol file

Post by vasubabu »

Hi,
I am trying to extract the COBOL file with CFF stage in 8.1 parellel.

This file is having the one redefines clause and occurs clause with 100 times depends on one numeric column.And remaining all the columns are decimal copm-3 fields except one or two.
I am able to import the metadata as same as cobol copy book cross checked in mainframe system.
In server jobs when importing the metadata itself we will get all the 100 columns specifying like columnname_1,2..100.
How to get the 100 columns as mentioned in occurs clause in Parellel.
i am not able to view the data properly.
Can anyone suggest me to resolve this.
VASU..
arunkumarmm
Participant
Posts: 246
Joined: Mon Jun 30, 2008 3:22 am
Location: New York
Contact:

Post by arunkumarmm »

Server or parallel, while you import the copybook DS will prompt for flatterning. Give yes and you will see all the occurs columns separately.
Arun
Post Reply