Multiple choice technology mainframe

Which of the following are not allowed in procedures in jcl?

  1. JOBLIB

  2. STEPLIB

  3. null statement(//)

  4. DD

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

In JCL cataloged procedures (in-stream or cataloged), certain statements are NOT allowed: JOBLIB and STEPLIB statements cannot appear within procedures (they must be in the main job), and null statements (//) are not permitted in procedures. However, DD statements (which define datasets) ARE allowed in procedures.