Which is the correct statement which will check only for errors?
-
TYPRUN=COMPILE
-
TYPRUN=ERRFREE
-
TYPRUN=HOLD
-
TYPRUN=SCAN
D
Correct answer
Explanation
TYPRUN=SCAN performs syntax checking without executing the job, useful for validating JCL before production submission. COMPILE compiles and executes the program. HOLD holds the job in the input queue without execution. ERRFREE is not a valid TYPRUN parameter value.