Examples

Example 1: To enable the GDDM® REXX feature of z/OS®, first see z/OS MVS Product Management for information about enabling IBM® products. Then, use the following PRODUCT statement:
PRODUCT OWNER('IBM CORP')
        NAME(z/OS)
        ID(5645-001)
        FEATURENAME(GDDM-REXX)
        STATE(ENABLED)

For a z/OS feature, do not specify VERSION, RELEASE, or MOD; either omit the parameter or specify an asterisk (*).

Example 2: To indicate that the subsequent PRODUCT statements apply only when the products are running on system S in sysplex SP, specify:
WHEN ( SYSNAME(S) SYSPLEX(SP) )
Example 3: To indicate that the state of product XXXX owned by YYY INC is to be disabled, specify:
PRODUCT OWNER('YYY INC') NAME(XXXX) STATE(DISABLED)

Specifying OWNER(YYY_INC) would have the same result.

Example 4: To remove product XXXX owned by YYY from the enablement policy, specify:
PRODUCT OWNER(YYY) NAME(XXXX) STATE(NOTDEFINED)
Example 5: To indicate that all products with names beginning with the letter I are to be enabled, specify:
PRODUCT NAME(I*) STATE(ENABLED)