problem in reading sequential file in parallel job

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
Raamc
Premium Member
Premium Member
Posts: 87
Joined: Mon Aug 20, 2007 9:08 am

problem in reading sequential file in parallel job

Post by Raamc »

I need to read a sequential file that is created in some other processses .It is created with the following options
Record Level
Final delimeter =end
Record Delimeter String =Dos format
Field Defaults
Delimeter = tab
Null field value = ' '

I need to read the file as a single row. By using server job i could read it as sigle row.
How could this be achieved in parallel job?
In parallel job,I tried using the option Record level option ,record type = implicit, but could not read the contents of the file as a single row, instead i could see view the data i multiple rows.

Please share your ideas on this requirement..
Thanks,
Raamc
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Resist stupid requirements.

Use server job.

Continue to experiment, particularly with Format properties.
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