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 set the resource specified at location RESNAME to the ON state specify:

         IWMSESET RESOURCE=RESNAME,
                  STATE=ON,
                  RETCODE=RETCODE,
                  RSNCODE=RSNCODE
*
* Storage areas
*
RESNAME   DS   CL16            Resource name
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