Use of column generator in DS 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
soumya5891
Participant
Posts: 152
Joined: Mon Mar 07, 2011 6:16 am

Use of column generator in DS jobs

Post by soumya5891 »

I have a simple job design as the following.

Row generator ----> Column Generator ----> Dataset

In the row generator I'm generating 10 rows. Then in the Column generator I'm generating one column(say Integer) and increment it by 1.
The intial value in the column generator is being parameterized.

It's working fine but having one small confusion.

When I'm viewing data in the dataset it also wants the parameter which have been used as initial value.

Why it's actually asking for this parameter when doim the view data in the dataset
Soumya
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

This is probably just a quirk of the GUI, unless you are using this parameter as part of the pathname or filename to the dataset.
Post Reply