DSJOB command

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
dine
Participant
Posts: 2
Joined: Wed Oct 03, 2012 7:07 am

DSJOB command

Post by dine »

I want to run the datastage job from UNIX.but i am not aware of DSJOB -run command. Can anyone please share your knowledge ?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The documentation is usually a good place to start.

See DataStage dsjob -run
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

Also, log in to your DEV Unix environment, source your dsenv and type dsjob.

cd `cat /.dshome`;
source dsenv;
dsjob

(your user id should be in the same permissions group that your instal uses. Typically "dstage")

consult your local datastage admin.
rameshrr3
Premium Member
Premium Member
Posts: 609
Joined: Mon May 10, 2004 3:32 am
Location: BRENTWOOD, TN

Post by rameshrr3 »

There is a document called datastage programmers guide that can help .
dine
Participant
Posts: 2
Joined: Wed Oct 03, 2012 7:07 am

Post by dine »

Thanks for commands. Document helps me to run the job by command line.

Now i am facing new issue. I am unable to use this command DSXImportService. Getting error like below.
ksh: DSXImportService: not found.

it look like this function is not included. Can you please help me to avail this function?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

:!: Having a new issue = start a new post.

Close this one if it is Resolved and create another with the details of your import issue.
-craig

"You can never have too many knives" -- Logan Nine Fingers
chandra.shekhar@tcs.com
Premium Member
Premium Member
Posts: 353
Joined: Mon Jan 17, 2011 5:03 am
Location: Mumbai, India

Post by chandra.shekhar@tcs.com »

Hi,

Go to /datastage/IBM/InformationServer/Server/DSEngine/bin path and execute dsjob -run command then it'll works.


Thanks & Regards,
Chandra Shekar
Post Reply