schema file column generator

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
legendkiller
Participant
Posts: 60
Joined: Sun Nov 21, 2004 2:24 am

schema file column generator

Post by legendkiller »

Hi ,

I am trying to use schema file to add more column in column generator stage. here I am not able to get how we can specify initial value and increment in scema file.

Any input on this...
trobinson
Participant
Posts: 208
Joined: Thu Apr 11, 2002 6:02 am
Location: Saint Louis
Contact:

Post by trobinson »

Add a column as normal in the Column Generator with all the properties you require. Save it as a table definition. Edit the table definition and go to the layout tab. Select the Parallel radio button. This will show you in schema file format the column and properties you just defined in the Column Generator. You can then do the same to your real schema file.
legendkiller
Participant
Posts: 60
Joined: Sun Nov 21, 2004 2:24 am

Post by legendkiller »

Thanks lot.

trobinson wrote:Add a column as normal in the Column Generator with all the properties you require. Save it as a table definition. Edit the table definition and go to the layout tab. Select the Parallel radio button. This will show you in schema file format the column and properties you just defined in the Column Generator. You can then do the same to your real schema file.
Post Reply