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 define application limits to WLM, specify the following:

  IWM4CON WORK_MANAGER=YES,
          SERVER_MANAGER=YES,
          PARALLEL_EU=EUNITS,
          SERVER_TYPE=QUEUE,
          CONNTKN=CTKN,
          CONNTKNKEY=PSWKEY,
          RETCODE=RC,
          RSNCODE=RSN

  IWM4SLI AE_SERVERMAX=MAXSRVS,
          AE_SERVERMIN=MINSRVS,
          RETCODE=RC,
          RSNCODE=RSN
*
* Storage areas
*
EUNITS   DS    F               Number of Tasks which will be started
*                              per address space.
MAXSRVS  DS    H               Maximum Number of Servers supported
*                              by the application.
MINSRVS  DS    H               Minimum number of servers which should
*                              be up and running all time
CTKN     DS    FL4             Connect Token
RC       DS    F               Return code
RSN      DS    F               Reason code

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014