z/OS DFSMShsm Implementation and Customization Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Defining the DFSMShsm MVS environment

z/OS DFSMShsm Implementation and Customization Guide
SC23-6869-01

You define the MVS™ environment to DFSMShsm when you specify:
  • The job entry subsystem
  • The amount of common service area storage
  • The sizes of cell pools
  • Operator intervention in DFSMShsm automatic operation
  • Data set serialization
  • Swap capability of DFSMShsm’s address space
  • Maximum secondary address space

Each of the preceding tasks relates to a SETSYS command in the ARCCMDxx member.

Figure 1 is an example of the commands that define an MVS environment:

Figure 1. Sample SETSYS Commands That Define the Default MVS Environment
 /***********************************************************************/
/*  SAMPLE SETSYS COMMANDS THAT DEFINE THE DEFAULT MVS ENVIRONMENT     */
/***********************************************************************/
/*
SETSYS JES2
SETSYS CSALIMITS(MAXIMUM(100) ACTIVE(90) INACTIVE(30) MWE(4))
SETSYS NOREQUEST
SETSYS USERDATASETSERIALIZATION
SETSYS NOSWAP
SETSYS MAXABARSADDRESSSPACE(1)
/* 

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014