Multiple choice technology mainframe

Which of the following statements are true for parameters coded on the JOB statement?

  1. When TIME is added to a JOB statement, the entire job run time is limited to that amount

  2. When REGION=0 is coded, the job will not execute due to the fact that no working storage

  3. The COND parameter on JOB level will place the same condition on every EXEC statement,

  4. TYPRUN=SCAN means that the entire JCL script will be checked for syntax and value

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

The TIME parameter limits the entire job's CPU time when specified on the JOB statement (A is true). The COND parameter on JOB level applies to all EXEC statements in the job (C is true). Statement B is false - REGION=0 requests maximum available region, not zero storage. Statement D is false - TYPRUN=SCAN checks syntax but the parameter name should be TYPRUN, not 'TYPRUN'.