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.
Questions
A job may not run at the same time with another job. This is related to
- Negative dependency
- Mutually exclusive jobs
- Positive dependency
- Conditional requirement
A job can run only after the job it has negative dependency. State whether this statement is true.
- True
- False
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.
- LEADTM
- QTM
- COMPTM
- WAITTM
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.
- LEADTM
- QTM
- COMPTM
- WAITTM
A triggers B and C. C have requirements of D and E. What will happen if E completes.
- Triggers A
- Triggers B
- Triggers C
- None of these
A triggers B and C. C have requirements of D and E. What will happen if A completes, D and E are active.
- B and C are not triggered.
- B is active, C is not triggered.
- B is active, C is in REQ queue
- B and C in RDY queue.
- B and C in REQ queue
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.
- 6:00 AM
- 5:59 AM
- 6:01 AM
- Could be any time as the run time of A is not specified. Question needed additional information.
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.
- 6:00 AM
- 5:59 AM
- 6:01 AM
- Could be any time as the run time of A is not specified. Question needed additional information.
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.
- B and C are not triggered.
- B is active, C is in REQ queue.
- B and C in REQ queue.
- B is active, C is in RDY queue.
- B and C in RDY queue.
What is the prefix character for symbolic parameter ?
- %
- &
- *
- @
How can a job’s execution priority be modified ?
- PRIQTY parameter
- PRTY parameter
- JOBCLASS parameter
- RUNTIME parameter
What is the purpose of REGION key word ?
- specifies the amount of space required by a step
- specifies the amount of space required by a job
- both of the above
- none of the above
How can a stopped job be started again? - JCL
- Through the RETURN parameter
- Through the STARTUP parameter
- Through the RESTART parameter
- Through the CHECKPNT keyword
How can values be passed from the job stream to an executable program?
- Through the PARM keyword
- Through the VALUE parameter
- Through the PGM parameter
- All of the above
What statement marks the beginning of an in-stream or cataloged procedure in JCL and assigns default values to parameters defined in the procedure?
- STREAM
- SET
- PROC
- PEND