Dynamic jobs

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
anshumangupta1206
Participant
Posts: 42
Joined: Tue Jan 24, 2006 9:11 am

Dynamic jobs

Post by anshumangupta1206 »

Hi All,
I want to create job that handles dynamic length file i.e. Number of fields in the file are not fixed. it can be 1,2 ......n. I will store different fields in a table. The table columns contain the field name and it's type. I want to make my job such that it can take input from that table and process the records.

Please suggest me a solution.
wed
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Define the maximum number of columns. Use the "incomplete columns" rule, which you will find by scrolling the Columns grid to the right.
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