Basic JCL (Job Control Language) Quiz
This quiz is based on JCL (Job Control Lanauge) for mainframe system
Questions
Question 1 Multiple Choice (Single Answer)
Which of the following is false regarding this symbol' // ' in JCL.
- JCL statement must begin with this symbol.
- Use without space between symbol and jobname.
- used to comment the JCL statement
- Every statement in jcl should start with //.
Question 2 Multiple Choice (Single Answer)
Which statements used to check the JCL for errors.
- TYPRUN= HOLD
- TYPRUN= SCAN
- TYPRUN= SUB
- TYPRUN= HELD
Question 3 Multiple Choice (Multiple Answers)
What is JCL?
- JCL is not procedural language
- Abbreviation: Job Control Language
Question 4 Multiple Choice (Single Answer)
Which of the following is not an example of abend generated due to a lack of available disk space.
- B37
- D37
- E37
- C37
Question 5 Multiple Choice (Single Answer)
What can be done to eliminate 'NOT CATLG 2' for a particular dataset?
- Add a job step to purge the dataset
- Run a job to purge the dataset and run it before the job that creates it
- Purge the dataset before running the job that creates it
- All of the above
Question 6 Multiple Choice (Single Answer)
What is the default value of TIME parameter if not coded on the EXEC statement?
- 30 minutes
- 1440 minutes
- 1439 minutes
- None of the above
Question 7 Multiple Choice (Multiple Answers)
Select the JCL satatements not allowed in Procs?
- JOBLIB or JOBCAT
- JES2, JES3 control statements
- JOB, Delimiter,Null statements
- DD* or Data statements
Question 8 Multiple Choice (Single Answer)
What is the maximum number of steps in a job?
- 251
- 255
- 254
- Any number
Question 9 Multiple Choice (Single Answer)
What is the maximum number of exceptions that can be specified with a single 'HANDLE CONDITION' command in CICS?
- 14
- 15
- 16
- 17