Simple JCL Quiz

Description: Simple JCL Quiz
Number of Questions: 5
Created by:
Tags: jcl
Attempted 0/5 Correct 0 Score 0

How many data sets can exist within one GDG?

  1. 255

  2. 126

  3. 256

  4. 127


Correct Option: A

PARM is an Keyword parameter of which statement?

  1. EXEC

  2. DD

  3. PARAM

  4. JOB


Correct Option: C

What will be the TIME parameter value , if you want it to run the job within 7min 30 sec?

  1. TIME(07,30)

  2. TIME(00,07,30)

  3. TIME(07:30)

  4. TIME(30:7)


Correct Option: A

If both the JOBLIB and STEPLIB statements are coded, which specification will the JCL choose to perform the step

  1. JOBLIB Overriding STEPLIB step will be performed

  2. None of Them

  3. Question is false


Correct Option: A
- Hide questions