Multiple choice technology mainframe

What is the function of JOB statement ?

  1. Marks the end of a job

  2. Marks the beginning of an instream procedure

  3. Marks the beginning of a job & assigns a name to the job

  4. Assigns an execution priority to a job

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

The JOB statement marks the beginning of a job and assigns a name to it. It's the first statement in any JCL job and provides the job identifier used throughout the execution. Options A and C describe end markers, option D describes PRTY or MSGLEVEL parameters. The JOB statement is fundamental to JCL job structure.