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


Example of IWMCQRY

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

Example of IWMCQRY

To query the classification information associated with the active policy, specify:

IWMCQRY POLICY_ID=(R7),
        ANSAREA=(R5),
        ANSLEN=anslen,
        QUERYLEN=cqry_len,
        RETCODE=RCODE,
        RSNCODE=RSN

Where the following are defined:

anslen         DS    1F      Length of the answer area
cqry_len       DS    1F      Length required for answer area
RCODE          DS    1F      Return code
RSNCODE        DS    1F      Reason code

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014