Multiple choice technology mainframe

What is correct?

  1. A REGION parameter on an EXEC statement, overrides the REGION parameter on the JOB statement.

  2. A REGION parameter on an EXEC statement, limits the space available for that step, but will never exceed the REGION on the JOB statement.

  3. A REGION parameter on an EXEC statement, is only taken into consideration if there is no REGION parameter on the JOB statement.

  4. The sum of all REGION parameters on EXEC statements, must be equal to the REGION parameter on the JOB statement.

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

In JCL, a REGION parameter specified on the JOB statement overrides any REGION parameters defined on the EXEC statements within that job. Consequently, the REGION parameter on an EXEC statement is only taken into consideration if there is no REGION parameter defined on the JOB statement. Other options incorrectly state that EXEC overrides JOB.