z/OS MVS Programming: Workload Management Services
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Example

z/OS MVS Programming: Workload Management Services
SC34-2663-00

Example

To get the recommended values for a particular server, specify:

         IWM4SRSC STOKEN=STKN,
                  WEIGHT=WGHT,
                  ABNORM_COUNT=ABCNT,
                  HEALTH=HLTH,
                  RETCODE=RC,RSNCODE=RSN
*
* Storage areas
*
STKN     DS    CL8             Contains the STOKEN
*                              associated with the address
*                              space
WGHT     DS    F               Field to receive the weight
ABCNT    DS    F               Field to receive the Abnormal Count
HLTH     DS    F               Field to receive the Health Indicator
RC       DS    F               Return code
RSN      DS    F               Reason code

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014