InterviewSolution
Saved Bookmarks
| 1. |
Which Parameter Is Used To Check The Syntax Of A Jcl Without Executing It? |
|
Answer» TYPRUN = SCAN checks the SYNTAX ERRORS of the JCL WITHOUT executing it. TYPRUN = SCAN checks the syntax errors of the JCL without executing it. |
|