nerdexam
IBM

C2090-303 · Question #87

Which two commands start a DataStage job named procRows in a project named DSProject. It also passes the value 200 to the numRows parameter. (Choose two.)

The correct answer is B. dsjob -run -mode normal -param numRows=200 DSProject procRows E. dsjob -run -queue HighPriority -param numRows=200 DSProject procRows. See the full explanation below for the reasoning.

Question

Which two commands start a DataStage job named procRows in a project named DSProject. It also passes the value 200 to the numRows parameter. (Choose two.)

Options

  • Adsjob -run -paramfile numRows=200 DSProject procRows
  • Bdsjob -run -mode normal -param numRows=200 DSProject procRows
  • Cdsjob -run -mode validate -param numRows=200 DSProject procRows
  • Ddsjob -run -mode normal -paramfile numRows=200 DSProject procRows
  • Edsjob -run -queue HighPriority -param numRows=200 DSProject procRows

How the community answered

(35 responses)
  • A
    3% (1)
  • B
    83% (29)
  • C
    9% (3)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full C2090-303 Practice