Page 1 of 1

dsjob not found error

Posted: Mon Apr 03, 2006 9:29 am
by shrey3a
Hi,

I'm trying to run the below cmd on UNIX and it says dsjob not found
I'm running the cmd at root.

even tried running it from cmd line in admnistrator but gets the same error.

dsjob -jobinfo <project name> <job name>

Thanks

Posted: Mon Apr 03, 2006 9:31 am
by ArndW
This is because the directory in which this command resides is not set in your PATH environment variable. This is a UNIX setting.

Posted: Mon Apr 03, 2006 12:15 pm
by anntaylor
You can also try $DSHOME/bin/dsjob without having to change the .profile\dsenv.

Posted: Mon Apr 03, 2006 4:42 pm
by ray.wurlod
... provided, of course, that your DSHOME environment variable has been set! :wink:

You may be able to use the form

Code: Select all

`cat /.dshome`/bin/dsjob 
if your DataStage installation was not an -itag installation.