Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

From Unix

Status
Not open for further replies.

sherkhan

Programmer
Jan 12, 2006
11
US
Hi ,
Want is the command to call DataStage Job in Unix along with parameters.

sher
 
dsjob. Too many options to list here. Read the documentation. What are you trying to do?

Read Server Job Developer's Guide. Command Line Interface chapter. You can pass many parameters into the DataStage job.



BocaBurger
<===========================||////////////////|0
The pen is mightier than the sword, but the sword hurts more!
 
here's something to get you started:

$DSHOME/bin/dsjob -server $MACHINE -user $DBAcct -password $DBPW -run -warn 50 -wait $DSProject $JobName

-------------------------
The trouble with doing something right the first time is that nobody appreciates how difficult it was - Steven Wright
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top