Dsjbob syntax - please help

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: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
cécile
Participant
Posts: 3
Joined: Tue Aug 22, 2006 2:59 am

Post 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.
Cécile P.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post 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 
Mamu Kim
Post Reply