InterviewSolution
Saved Bookmarks
| 1. |
In Job processing, what happens in Execution stage? |
|
Answer» When the job reaches its highest priority, it is taken up for execution from the job queue. The JCL is read from the SPOOL, the program is executed and the output is redirected to the corresponding output destination as specified in the JCL. |
|