Running through CLI

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
dodda
Premium Member
Premium Member
Posts: 244
Joined: Tue May 29, 2007 11:31 am

Running through CLI

Post by dodda »

Is there any command to run jobs through CLI.

Thanks
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Yes - the dsjob command. And it is well documented in a chapter that details the Command Line Interface, oddly enough. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Kayalbaskaran
Participant
Posts: 10
Joined: Tue Jun 24, 2008 4:27 am

Post by Kayalbaskaran »

You can use the below command to run the job through CLI,

dsjob -run -local -jobstatus -mode NORMAL Project_Name Job_Name

Thanks,
Kayalbas
Post Reply