Multiple choice technology mainframe Select the JCL statements that are not allowed in procs. Delimiter (/*) NULL statement (//) JOBLIB STEPLIB DD * 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.