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
//CAC1  EXEC PGM=A,ADDRSPC=VIRT

This EXEC statement executes program A and requests virtual (pageable) storage. Because the REGION parameter is not specified, the storage available to this job step is the installation default or the region size specified on the JOB statement.

Example 2
//CAC2  EXEC PROC=B,ADDRSPC=REAL,REGION=80K

This EXEC statement calls procedure B and requests central (nonpageable) storage. The REGION parameter specifies 80K of storage.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014