passing values to parameters

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
just4u_sharath
Premium Member
Premium Member
Posts: 236
Joined: Sun Apr 01, 2007 7:41 am
Location: Michigan

passing values to parameters

Post by just4u_sharath »

Can i pass the run time values to parameters and use that parameter at other place. Say i wish to pass a columns derivartion output of transformer to parameter and again use the same parameter in next stage.
balajisr
Charter Member
Charter Member
Posts: 785
Joined: Thu Jul 28, 2005 8:58 am

Re: passing values to parameters

Post by balajisr »

just4u_sharath wrote:Can i pass the run time values to parameters and use that parameter at other place. Say i wish to pass a columns derivartion output of transformer to parameter and again use the same parameter in next stage.
You mean job parameters? Job parameters cannot be changed during job run.

Can you give some more detail as to what you are trying to do?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It's easier (and legal) simply to add an extra column to the link between these stages, and load your value into that.
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