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 determine a best server to which to route work:

        IWMSRFSV CONNTKN=CTKN,                              X
              APPLENV=AENAME,                               X
              SERVER_DATA=SVRDATA,                          X
              RETCODE=RC,RSNCODE=RSN
*
* Storage areas
*
CTKN     DS    F               Contains the connect token for
*                              the current home space
AENAME   DS    CL32            Contains the application
*                              environment name
SVRDATA  DS    CL32            Contains the output server data
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