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 change the service class of the enclave identified by the token TOKEN:

         IWMERES ETOKEN=TOKEN,SRVCLASS=SCNAME,USERID=USR,
              PRODUCT=PROD
*
* Storage areas
*
TOKEN     DS   CL8             Contains the enclave token
SCNAME    DS   CL8             Contains the service class name
*                              to assign to the job
USR       DS   CL8             Contains the id of the user who
*                              is requesting the change
PROD      DS   CL8             Contains the product name of
*                              the code invoking IWMERES

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014