InterviewSolution
Saved Bookmarks
| 1. |
Explain What Jcl Procedures? |
|
Answer» The JCL Procedures are NOTHING but a set of statements INSIDE a JCL, grouped together to perform a particular function. Procedure can be used to achieve PARALLEL execution of a PROGRAM using multiple input FILES. The JCL Procedures are nothing but a set of statements inside a JCL, grouped together to perform a particular function. Procedure can be used to achieve parallel execution of a program using multiple input files. |
|