Job parameter uses

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
llkirsch
Participant
Posts: 2
Joined: Tue Nov 01, 2005 7:15 am
Contact:

Job parameter uses

Post by llkirsch »

I am trying to use a job parameter in a transformer constraint where a column name is needed. Is that possible? I have the server edition. thanks.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Welcome... and yes, it is certainly possible. You can use the ellipsis (...) to pick it from a list of those defined in the job or just type it in yourself. This is one of the few places where you do not enclose them in pound/hash signs, however.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

:idea: The "#" delimiters are required in passive stages. The are not required anywhere else.
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