Multiple choice technology mainframe

If both a PGM= or a PROC= is not used in a step of a Job then by default it assumes that you are trying to run a

  1. Instream Procedure

  2. System Procedure

  3. Catalogued Procedures

  4. dummy job

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

When neither PGM= nor PROC= is coded on an EXEC statement, JCL assumes it's a catalogued procedure. JCL searches the system procedure libraries for a procedure matching the step name. Catalogued procedures are predefined JCL stored in system libraries like SYS1.PROCLIB.