Multiple choice technology mainframe

What is the purpose of the REGION keyword

  1. specifies the amount of space required by a step

  2. specifies the amount of space required by a job

  3. both of the above

  4. none of the above

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

The REGION parameter specifies the amount of virtual storage required for execution. It can be coded on the JOB statement (affecting all steps in the job) or on individual EXEC statements (affecting only that specific step). When specified at both levels, the EXEC-level REGION overrides the JOB-level specification for that step.