Search found 2 matches

by padmaguntur
Thu Mar 22, 2007 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passing parameter thru dsjob
Replies: 4
Views: 1655

I checked the name is correct. for the file in the sequential stage I am passing the parameter whose name is filename, should I represent there as #filename#. should I also set up parameter in the job properties with the same name?
by padmaguntur
Thu Mar 22, 2007 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passing parameter thru dsjob
Replies: 4
Views: 1655

passing parameter thru dsjob

I am trying to pass parameter filename thru dsjob command from unix shell script. dsjob command I wrote is
dsjob -run -param paramname="paramvalue" <projectname> <jobname>

it is giving the error -3 getting information for parameter
status code = -3 DSJE_BADPARAM

Please help.