Multiple choice technology mainframe

How do you check syntax of JCL without running it?

  1. (A) JSCAN

  2. (B) TYPERUN=SCAN on Job card

  3. (C) TYPERUN=JEM on Job card

  4. (D) (a) or (b)

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

JCL syntax can be validated either through the JSCAN utility (option A) or by specifying TYPERUN=SCAN on the JOB statement (option B). Both methods check JCL syntax without executing the job. Option C's TYPERUN=JEM is not a valid syntax-checking parameter, making option D correct as it includes both valid methods.