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 is the first statement in a JCL stream; it marks the beginning of a job, assigns a unique name to the job, and provides accounting and execution parameters.