Partial Schema 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
vishnuvyas
Participant
Posts: 6
Joined: Tue Nov 25, 2008 2:59 am

Partial Schema file

Post by vishnuvyas »

I need to read the few colums from a '|' delimited sequential file. File may have any number of colums.

We can do this by using the partial schema file. I want the syntax for creating a partial schema file.

Example in help pdf is for fixed width file not for a delimited file.
Regards,
Vishnu Vyas
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Specify format in schema file.

There are many examples in the manuals; format is specified the same way as for non-partial definitions. Inspect one of your extant sequential file definitions in the Repository, particularly the parallel layout thereof.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
bgs_vb
Premium Member
Premium Member
Posts: 79
Joined: Mon Jan 02, 2006 5:51 am

Post by bgs_vb »

Hi Ray,

Examples mentioned in pdf are for fixed width file only .
If we comma separated (delimiter) file with 10 columns , and we require data for only few columns ,how to specify them .As delinmited file will not have start and end position of data .

Please help in this .
Post Reply