Multiple choice technology mainframe

Select the JCL satatements not allowed in Procs?

  1. JOBLIB or JOBCAT

  2. JES2, JES3 control statements

  3. JOB, Delimiter,Null statements

  4. DD* or Data statements

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

JCL Procedures (Procs) have restrictions: they cannot contain JOB statements, delimiter statements (/*), null statements (//), or stream data (DD * or DD DATA). JOBLIB and JOBCAT are also generally not allowed in cataloged procedures.