Multiple choice technology mainframe

We know that JOBLIB statement must be placed after the JOB statement and before the first EXEC statement in the job. But, the STEPLIB statement can

  1. be placed only at first DD statement in the step

  2. be placed in the program

  3. be placed anywhere in the particular step’s JCL

  4. not be placed any where in the JOB

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

Unlike JOBLIB, which must appear before the first step, a STEPLIB DD statement is step-specific and can be placed anywhere within that particular step's JCL statements.