Basic JCL (Job Control Language) Quiz

This quiz is based on JCL (Job Control Lanauge) for mainframe system

9 Questions

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following is false regarding this symbol' // ' in JCL.

  1. JCL statement must begin with this symbol.
  2. Use without space between symbol and jobname.
  3. used to comment the JCL statement
  4. Every statement in jcl should start with //.
Question 2 Multiple Choice (Single Answer)

Which statements used to check the JCL for errors.

  1. TYPRUN= HOLD
  2. TYPRUN= SCAN
  3. TYPRUN= SUB
  4. TYPRUN= HELD
Question 3 Multiple Choice (Multiple Answers)

What is JCL?

  1. JCL is not procedural language
  2. 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.

  1. B37
  2. D37
  3. E37
  4. C37
Question 5 Multiple Choice (Single Answer)

What can be done to eliminate 'NOT CATLG 2' for a particular dataset?

  1. Add a job step to purge the dataset
  2. Run a job to purge the dataset and run it before the job that creates it
  3. Purge the dataset before running the job that creates it
  4. 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?

  1. 30 minutes
  2. 1440 minutes
  3. 1439 minutes
  4. None of the above
Question 7 Multiple Choice (Multiple Answers)

Select the JCL satatements not allowed in Procs?

  1. JOBLIB or JOBCAT
  2. JES2, JES3 control statements
  3. JOB, Delimiter,Null statements
  4. DD* or Data statements
Question 8 Multiple Choice (Single Answer)

What is the maximum number of steps in a job?

  1. 251
  2. 255
  3. 254
  4. 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?

  1. 14
  2. 15
  3. 16
  4. 17