Multiple choice technology mainframe

TYPRUN=SCAN causes JES to scan the job's JCL for syntax errors, but not to execute it. Is this correct?

  1. True

  2. False

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

TYPRUN=SCAN is a JES parameter that causes JES to scan the job's JCL for syntax errors without executing the job. This is useful for validating JCL syntax before actual execution. The statement correctly describes this functionality.