Multiple choice technology mainframe Select the JCL satatements not allowed in Procs? JOBLIB or JOBCAT JES2, JES3 control statements JOB, Delimiter,Null statements 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.