Questions Related to dsjob

Multiple choice datastage run dsjob
  1. run dsjob <projectname> <jobname>

  2. $dsjob -run <projectname> <jobname>

  3. dsjob run <projectname> <jobname>

  4. $run -dsjob <projectname> <jobname>

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

The correct syntax to run a DataStage job from command line is 'dsjob -run '. The $ prefix in option B represents the shell prompt (common in Unix/Linux), not part of the actual command. Option A is missing the dash before 'run'. Option C incorrectly uses 'run' instead of '-run'. Option D has the wrong order with 'run' before 'dsjob'.