InterviewSolution
| 1. |
What Are Hierarchy Levels In Jcl? |
|
Answer» Level describes the JCL statements. According to each action performed by each statement. Each statement of JCL consist of following keywords— NAME.
COMMENTS IF ANY. EG. //STEP007 EXEC PGM=JAMES BOND Level describes the JCL statements. According to each action performed by each statement. Each statement of JCL consist of following keywords— NAME. COMMENTS IF ANY. Eg. //STEP007 EXEC PGM=JAMES BOND |
|