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 store scheduling environment and resource information into an area whose address is in register 5 and whose length is at location ANSLEN, specify:

         IWMSEQRY ANSAREA=(R5),
                  ANSLEN=ANSLEN,
                  QUERYLEN=RQDLEN,
                  RETCODE=RETCODE,
                  RSNCODE=RSNCODE
*
* Storage areas
*
ANSLEN    DS   1F              Answer area length
RQDLEN    DS   1F              Required length
RETCODE   DS   1F              Return code
RSNCODE   DS   1F              Reason code
*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014