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


Example of Using IWMDEXTR to Extract a Service Definition

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

Example of Using IWMDEXTR to Extract a Service Definition

To extract a service definition from the WLM couple data set, specify:

IWMDEXTR ANSAREA=(R4),
         ANSLEN=StorSizeForServd,
         QUERYLEN=QueryLenForServd,
         RETCODE=Module_Rc,
         RSNCODE=Module_Rsn,
         MF=E

StorSizeForServd  DS    1F   Storage size for service definition
QueryLenForServd  DS    1F   Query length for service definition
Module_Rc         DS    1F   Return code
Module_Rsn        DS    1F   Reason code

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014