Jan 20, 2006 #1 sherkhan Programmer Joined Jan 12, 2006 Messages 11 Location US Hi , Want is the command to call DataStage Job in Unix along with parameters. sher
Jan 20, 2006 #2 BocaBurger Vendor Joined Feb 5, 2004 Messages 1,164 Location US 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! Upvote 0 Downvote
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!
Jan 20, 2006 #3 johnherman MIS Joined Oct 10, 2003 Messages 2,323 Location US 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 Upvote 0 Downvote
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