InterviewSolution
Saved Bookmarks
| 1. |
What are the hierarchy levels in JCL? |
|
Answer» Every STATEMENT of JCL consists of the HIERARCHY levels:
Example: //STEP1 EXEC PGM=MYPROGRAM,TIME=1440 //* JCL Statement StructureHere,
|
|