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 set the health indication value for a particular server, specify:

         IWM4HLTH STOKEN=STKN
                  HEALTH=HLTH
                  RETCODE=RC,RSNCODE=RSN
*
* Storage areas
*
STKN     DS    CL8             Contains the STOKEN
*                              associated with the address
*                              space
HLTH     DS    F               Field to input the health value
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