z/OS MVS JCL Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Examples of the ADDRSPC parameter

z/OS MVS JCL Reference
SA23-1385-00

Example 1
//PEH  JOB  ,BAKER,ADDRSPC=VIRT

The ADDRSPC parameter requests virtual (pageable) storage. The space available to the job is the installation-specified default.

Example 2
//DEB  JOB  ,ERIC,ADDRSPC=REAL,REGION=100K

The ADDRSPC parameter requests central (nonpageable) storage. The REGION parameter specifies 100K of storage for the job.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014