Can you have multiple PEND statements within a single JCL job? If so, what is the significance?
- No, only one PEND allowed per JCL job
- Yes, but it's not recommended
- Yes, each PEND corresponds to a job step
- Yes, for parallel execution of steps
No, only one PEND statement is allowed in a JCL job, marking the end of the entire job
Loading...
Related Quiz
- In JCL execution, the _______ parameter is used to pass data between job steps.
- In JCL, what is the purpose of the JOBREL parameter?
- When an EXIT statement is executed, it can perform custom actions based on the job step's _______.
- What is the purpose of the Data Set Disposition (DISP) parameter in a JCL DD statement?
- When defining job dependencies, the _______ statement is used to specify the triggering conditions.