Mainframe JCL and CA-7 Scheduler

Covers IBM mainframe Job Control Language (JCL) procedures, parameters, and job control statements, plus CA-7 workload scheduler concepts including job dependencies, lead time, priority, and mutual exclusion.

15 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

A job may not run at the same time with another job. This is related to

  1. Negative dependency
  2. Mutually exclusive jobs
  3. Positive dependency
  4. Conditional requirement
Question 2 True/False

A job can run only after the job it has negative dependency. State whether this statement is true.

  1. True
  2. False
Question 3 Multiple Choice (Single Answer)

Time specified for a requirement job will identify how far the actual job can look back to see if the requirement job has finished its run.

  1. LEADTM
  2. QTM
  3. COMPTM
  4. WAITTM
Question 4 Multiple Choice (Single Answer)

The time, which indicates how long the job (after has come into the any CA7 queue) will be in the queue before it is considered late.

  1. LEADTM
  2. QTM
  3. COMPTM
  4. WAITTM
Question 5 Multiple Choice (Single Answer)

A triggers B and C. C have requirements of D and E. What will happen if E completes.

  1. Triggers A
  2. Triggers B
  3. Triggers C
  4. None of these
Question 6 Multiple Choice (Single Answer)

A triggers B and C. C have requirements of D and E. What will happen if A completes, D and E are active.

  1. B and C are not triggered.
  2. B is active, C is not triggered.
  3. B is active, C is in REQ queue
  4. B and C in RDY queue.
  5. B and C in REQ queue
Question 7 Multiple Choice (Single Answer)

B has a requirement of A with lead time of 2 hours. B was triggered at 8:00 AM and is active. What should be the minimum time at which A might have completed.

  1. 6:00 AM
  2. 5:59 AM
  3. 6:01 AM
  4. Could be any time as the run time of A is not specified. Question needed additional information.
Question 8 Multiple Choice (Single Answer)

B has a requirement of A with lead time of 2 hours. B was triggered at 8:00 AM and is active. What should be the minimum time at which A might have started.

  1. 6:00 AM
  2. 5:59 AM
  3. 6:01 AM
  4. Could be any time as the run time of A is not specified. Question needed additional information.
Question 9 Multiple Choice (Single Answer)

A triggers B and C. C have requirements of D and E. What will happen if A completes, D is complete and E in abend status.

  1. B and C are not triggered.
  2. B is active, C is in REQ queue.
  3. B and C in REQ queue.
  4. B is active, C is in RDY queue.
  5. B and C in RDY queue.
Question 10 Multiple Choice (Single Answer)

What is the prefix character for symbolic parameter ?

  1. %
  2. &
  3. *
  4. @
Question 11 Multiple Choice (Single Answer)

How can a job’s execution priority be modified ?

  1. PRIQTY parameter
  2. PRTY parameter
  3. JOBCLASS parameter
  4. RUNTIME parameter
Question 12 Multiple Choice (Single Answer)

What is the purpose of REGION key word ?

  1. specifies the amount of space required by a step
  2. specifies the amount of space required by a job
  3. both of the above
  4. none of the above
Question 13 Multiple Choice (Single Answer)

How can a stopped job be started again? - JCL

  1. Through the RETURN parameter
  2. Through the STARTUP parameter
  3. Through the RESTART parameter
  4. Through the CHECKPNT keyword
Question 14 Multiple Choice (Single Answer)

How can values be passed from the job stream to an executable program?

  1. Through the PARM keyword
  2. Through the VALUE parameter
  3. Through the PGM parameter
  4. All of the above
Question 15 Multiple Choice (Single Answer)

What statement marks the beginning of an in-stream or cataloged procedure in JCL and assigns default values to parameters defined in the procedure?

  1. STREAM
  2. SET
  3. PROC
  4. PEND