Problem in Reading the fixed width files in Parallel jobs

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
kondeti
Premium Member
Premium Member
Posts: 67
Joined: Sat Mar 04, 2006 11:38 am

Problem in Reading the fixed width files in Parallel jobs

Post by kondeti »

Hi

Plz tell me how can we read the fixed width files in Parallel jobs. In server jobs fixed width option is available in sequential file. Is there any option available Parallel jobs. I am already done some R&D I didn't find that option plz help I am new to parallel jobs is there any alternative.

Regards
Shiva.Kondeti
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Parallel job sequential file stages can handle fixed width files in much the same was as server jobs do. They are much more sensitive to data types and column defaults than server jobs but once you have a sequential file input set up correctly it does run very quickly.

What, specifically, is/are your problem(S) with reading fixed width files? Start off with a simple dummy file with just one CHAR(16) column and see if you can declare and read that correctly, and then you can work towards setting up your real sequential file read (which is doubtlessly muh more complicated).
bandish
Participant
Posts: 41
Joined: Tue Oct 11, 2005 1:30 am

Post by bandish »

Hi,

U can find the Fixed_Width option:

In Format tab, Right click Record Level --> Format as --> Fixed Width Record.

Thanks
Bandish
kondeti
Premium Member
Premium Member
Posts: 67
Joined: Sat Mar 04, 2006 11:38 am

Post by kondeti »

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

Post by ray.wurlod »

There are five environment variables that can affect the efficiency with which fixed width records can be propagated between player processes; these are the so-called "transport block" variables. Read about them in the Parallel Job Advanced Developer's Guide, Chapter 6.
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