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 an instance of a given location, specify:

         IWMSRSRG LOCATION=LOC,NETWORK_ID=NET,LUNAME=LU,
                  STOKEN=STKN,HOST=HST,HEALTH=HLTH,
                  USERDATA=DATA,RETCODE=RC,RSNCODE=RSN
*
* Storage areas
*
LOC      DS    CL18            Contains the Location
*                              associated with the server
*                              instance
NET      DS    CL8             Contains the Network id
*                              associated with the server
*                              instance
LU       DS    CL8             Contains the LU name
*                              associated with the server
*                              instance
STKN     DS    CL8             Contains the STOKEN
*                              associated with the server
*                              instance
DATA     DS    CL64            Contains the user data
*                              associated with the server
*                              instance
HST      DS    CL64            Contains the Host name
*                              associated with the server
*                              instance
HLTH     DS    F               Contains the Health indicator
*                              associated with the server
*                              instance
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