Multiple choice technology mainframe

what TYPRUN=JCLHOLD will do?

  1. checks for the syntax error and will hold the job

  2. checks for the syntax error

  3. will hold the Job

  4. will hold the job and after the job is released it wil check for the syntax error

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

TYPRUN=JCLHOLD is a JCL parameter that holds the job without executing it initially. Once the job is released from hold, THEN the system checks for syntax errors before execution. This is different from TYPRUN=SCAN which only checks syntax without holding.