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


Example of Activating a Policy using IWMPACT

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

Example of Activating a Policy using IWMPACT

To activate a service policy, and if another policy activation is in progress, have IWMPACT return the name of the system that activated the policy, specify:

IWMPACT POLICY_NAME=policy,
        SYSTEM_NAME=system,
        RETCODE=Module_rc,
        RSNCODE=Module_rsn

Where the following are defined:

policy     DS     CL8      The policy name
system     DS     CL8      System name where another policy is activating
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