Multiple choice technology mainframe

which of the following statements cannot be coded within the procedure

  1. DD DATA

  2. JOB

  3. EXEC

  4. DD *

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

In mainframe JCL, procedures (PROCs) cannot contain JOB statements, instream data statements like DD * or DD DATA, or delimiter statements. Only standard control statements such as EXEC and normal physical dataset DD statements are allowed to be coded inside a procedure.