dynamic 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
pavan_test
Premium Member
Premium Member
Posts: 263
Joined: Fri Sep 23, 2005 6:49 am

dynamic Schema File

Post by pavan_test »

The job design looks like;

sequential file stage --> column import --> copy stage --> other stages

The input file is read in a single variable in sequential file stage. The column import regenerates other columns based on schema file.

currently there are 20 columns in the schema file in column generator stage. I added 5 additional columns in the schema file.

The intend was to process all the 25 columns with no changes to the job design.

can anyone please suggest me how can I achieve this.

Thanks
Mark
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What's wrong with what you did?

Is RCP enabled in all stages?
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