Passing COlumn name as parameter

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
dstest
Participant
Posts: 66
Joined: Sun Aug 19, 2007 10:52 pm

Passing COlumn name as parameter

Post by dstest »

I need to pass Column name as a parameter to do some claculation.

Ex : Linkname.Columnname.

Here Linkname is always same but Column name is different.I want to Pass this as a parameter.Is it possible in datastage if i use Runtime column propagation and with out RCP also.

Thanks
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Yes, it is possible to pass a column name as a parameter. I don't understand the link portion of your question. You can create a modify stage to create a new column and use the parameterized column name in that modify stage.
Post Reply