Multiple choice technology mainframe

What are the kinds of job control statements?

  1. JOB, EXEC and DD

  2. JOB, EXEC, JOBLIB, STEPLIB and DD

  3. JOB, EXEC, JOBLIB, STEPLIB, PROC and DD

  4. JOB, EXEC, JOBLIB, STEPLIB, PROC, Accounting parameters and DD

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

JCL (Job Control Language) has three fundamental types of statements: JOB (marks beginning of a job), EXEC (identifies a step/program to execute), and DD (data definition, describes resources). JOBLIB, STEPLIB, PROC, and accounting parameters are optional elements, not fundamental statement types.