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

To connect to workload management specifying: a key value of 8, and a list of 7 address spaces involved in processing work, specify:

IWMCONN  SUBSYS=GENSUB,SUBSYSNM=SUBNAME,
      TOPOLOGY=LISTASCBS,NUMBERASCB=NUMSPACE
      CONNTKN=CTKN,CONNTKNKEYP=VALUE,CONNTKNKEY=KEY,
      RETCODE=RC,RSNCODE=RSN,

Where the following are declared:

GENSUB    DS    CL4          Generic subsystem type
SUBNAME   DS    CL8          Subsystem name
LISTASCBS DS    CL28         List of 7 address spaces
NUMSPACE  DC    F'7'         Number of ASCBs
CTKN      DS    FL4          Connect token
KEY       DS    XL1          Key value

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014