Multiple choice technology

How do you execute datastage job from command line prompt?

  1. dsjob -run -jobstatus projectname jobname

  2. dsjob -run projectname jobname

  3. dsjob -exec projectname jobname

  4. dsjob -exec –jobstatus projectname jobname

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The correct dsjob command to run a DataStage job from command line is 'dsjob -run -jobstatus projectname jobname'. The -run flag executes the job and -jobstatus returns the job status after execution. Other options have incorrect flags or syntax.