z/OS MVS Programming: Workload Management Services
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Examples

z/OS MVS Programming: Workload Management Services
SC34-2663-00

Examples

Suppose the transactions processed by a subsystem work manager have the following qualifiers:

  • User ID
  • Transaction name
  • Transaction class

To get the service class associated with an incoming work request, specify:

IWM4CLSY USERID=AUSERID,TRXCLASS=ATRXCLS,TRXNAME=ATRXNM,
         CONNTKN=(R7),SERVCLS=(R9),
         RETCODE=RETCODE,RSNCODE=RSNCODE

Where the following are declared:

AUSERID  DS  CL8
ATRXCLS  DS  CL8
ATRXNM   DS  CL8

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014