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 obtain information about the number of server instances to start from WLM, specify the following:

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

  IWMSINF MODE=SUSPEND,
          SRVINST_TO_STRT=NUMINST,
          RETCODE=RC,RSNCODE=RSN
*
* Storage areas
*
EUNITS   DS    F               Number of Tasks which will be started
*                              if the application environment is not managed.
MAXTASKS DS    F               Maximum Number of Tasks up to which
*                              WLM adjusts the number of server
*                              instances for the server AS
CTKN     DS    FL4             Connect Token
NUMINSTS DS    F               Number of server instances to start
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