Page 1 of 1

To run datastage job through UNIX

Posted: Fri Jan 23, 2009 5:04 am
by Virupan
Hi,

I am trying to run the datastage job in UNIX but I am not getting the command line prompt path where it should be executed.Please let me know.


Thanks

Posted: Fri Jan 23, 2009 6:52 am
by vasa_dxx
It has been discussed umpteen times.
Please do search.

Log into Unix Server

Code: Select all

cat $DSHOME 
cd $DSHOME
dsjob -run <<jobname>>  <<projectname>> 

Posted: Fri Jan 23, 2009 8:15 am
by chulett
If where it lives is in your PATH you can launch it from anywhere. Otherwise, fully path the command: $DSHOME/bin/dsjob from anywhere.

Posted: Fri Jan 23, 2009 2:49 pm
by ray.wurlod
Don't forget the essential set to execute the $DSHOME/dsenv script first.