Page 1 of 1
Posted: Thu Sep 21, 2006 2:04 am
by ray.wurlod
Welcome aboard.
The dsjob command is fully documented in both the Server Job Developer's Guide and the Parallel Job Advanced Developer's Guide.
Look there or search in the forum.
Posted: Thu Sep 21, 2006 2:16 am
by cécile
I was just at searching into the forums for my question.
In fact there is things about how to give a job parameter a value INSIDE the job or job sequence, but nothing about giving a job parameter a value with the dsjob command.
Moreover I need an example of the syntax, there is no example in my Datastage tutorials.
Posted: Thu Sep 21, 2006 7:23 am
by kduke
There are examples. There are complete shell scripts with examples. Not sure why you are doing an eval.
Try this:
Code: Select all
$DsjobPath/dsjob -server $UX_SERVER -user $UX_USER -password $UX_PWD -run -mode NORMAL -param PRM_TRT_DT="$TREAT_DT_END" -jobstatus $PROJECT $SEQ