What does TYPRUN = SCAN in a JCL do?
O It makes the JCL run fast
O It checks only for syntax of JCL and submit the Job
សពី
O It puts the job in HOLD queue
O It checks only for syntax of JCL and not submit the job
Answers
Answered by
2
Answer:
TYPRUN = SCAN checks the syntax errors of the JCL without executing it. TYPRUN = HOLD puts the job on HOLD in the job queue.To release the job, "A" can be typed against the job in the SPOOL, which will bring the job to execution.
- 3rd one option is your answer ....
Similar questions