REGION parameter

Parameter type

Keyword, optional

Purpose

Use the REGION parameter to specify the amount of central or virtual storage that the job requires. The system applies the value that you code on REGION to each step of the job.

The amount of storage requested must include the following:
  • Storage for all programs to be executed.
  • All additional storage the programs request with GETMAIN macro instructions during execution.
  • Enough unallocated storage for task initialization and termination. Task initialization and termination can issue GETMAIN macro instructions for storage in the user's address space.

Two installation exits, IEFUSI and IEALIMIT, can also affect the size of the user address space assigned to the job step.

References

For more information on address space size, see z/OS MVS Initialization and Tuning Guide, and "Resource Control of Address Space" in z/OS MVS JCL User's Guide. For more information on region size with checkpoint/restart jobs, see z/OS DFSMSdfp Checkpoint/Restart.