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 register a resource for delay monitoring, specify:

         IWMMXDC                                             X
               RESOURCE_TKN=RSCTOKEN,                        X
               RES_DATA_EXIT@=DATAEXIT@,                     X
               RESOURCE_TYPE=BUFFER_POOL,                    X
               OWNER_TKN=OWNERTKN,                           X
               RETCODE=RC,RSNCODE=RSN
*
* Storage areas
*
RSCTOKEN DS    CL8             WLM resource token
*
DATAEXIT@  DS  AL4             contains the address of the
*                              Resource Data Collection Exit
*                              to be invoked
OWNERTKN DS    CL8             Contains data maintained by
*                              the user
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