Multiple choice technology mainframe

Select the JCL statements that are not allowed in procs.

  1. Delimiter (/*)

  2. NULL statement (//)

  3. JOBLIB

  4. STEPLIB

  5. DD *

  6. PARM

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

JCL procedures (procs) have restrictions on certain statements. Delimiter (/*), NULL statement (//), JOBLIB, and DD * (in-stream data) are not allowed in procedures. STEPLIB and PARM are permitted within procedure steps.