dsjob not found error

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
shrey3a
Premium Member
Premium Member
Posts: 234
Joined: Sun Nov 21, 2004 10:41 pm

dsjob not found error

Post 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
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post 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.
anntaylor
Participant
Posts: 24
Joined: Tue May 10, 2005 5:17 pm

Post by anntaylor »

You can also try $DSHOME/bin/dsjob without having to change the .profile\dsenv.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply