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 list all locations registered with a host name, specify:

         IWMSRDNS LOCATION_NAMES=DATA,
                  ANSLEN=SIZE,
                  ENTRY_COUNT=E,
                  QUERYLEN=Q,
                  RETCODE=RC,RSNCODE=RSN
*
* Storage areas
*
DATA     DS    CL200           Area to receive output
SIZEEQU  EQU   *-DATA          Equate for size of Data
E        DS    F               Field to receive entry count
Q        DS    F               Field to receive query length
RC       DS    F               Return code
RSN      DS    F               Reason code
SIZE     DC    A(SIZEEQU)      Field to hold size

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014