Questions
Question 1 Multiple Choice (Single Answer)
How many data sets can exist within one GDG?
- 255
- 126
- 256
- 127
Question 2 Multiple Choice (Single Answer)
PARM is an Keyword parameter of which statement?
- EXEC
- DD
- PARAM
- JOB
Question 3 Multiple Choice (Single Answer)
What will be the TIME parameter value , if you want it to run the job within 7min 30 sec?
- TIME(07,30)
- TIME(00,07,30)
- TIME(07:30)
- TIME(30:7)
Question 4 Multiple Choice (Single Answer)
We know that we can have a maximum of 255 "sequential data sets" that can be concatenated together, but what will be the maximum "partitioned data sets" that can be concatenated
- 16
- 32
- 31
- 64
Question 5 Multiple Choice (Single Answer)
If both the JOBLIB and STEPLIB statements are coded, which specification will the JCL choose to perform the step
- JOBLIB Overriding STEPLIB step will be performed
- None of Them
- Question is false