Multiple choice technology mainframe

What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step ?

  1. START

  2. RUN

  3. EXEC

  4. GO

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

The EXEC statement marks the beginning of a job step, assigns a name to the step, and identifies the program or procedure to be executed. START, RUN, and GO are not valid JCL statements for this purpose.