How to pass a parameter in Exec SH (before job subroutine)

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
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It is certainly possible to use job parameters as you have indicated. Beware, however, that the "$" character should only be used for those job parameters that were added to the job as environment variables. "Ordinary" job parameters do not have a leading "$" character in their names.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vcsasikala
Participant
Posts: 26
Joined: Wed Jun 20, 2007 1:13 am
Location: Chennai

Post by vcsasikala »

If you use '$' then it should be a environmental variable. Just use #FilePath#/<Filename>.txt
Regards,

Sasikala V C
Post Reply