Syntax format of IFAPRDxx

There are two kinds of statements in IFAPRDxx: WHEN and PRODUCT. The WHEN statement defines a system environment; all PRODUCT statements that follow identify products running on the system that the preceding WHEN statement defines.

The following diagram shows the syntax of the WHEN statement:

  WHEN ([LPARNAME(l)]
        [SYSNAME(sn)]
        [SYSPLEX(sp)]
        [HWNAME(h)  ]
        [VMUSERID(v)])
As you use the diagram, consider:
  • The WHEN parameter begins the WHEN statement.
  • All parameters are optional.
  • You must surround any parameters you specify with parentheses.

The following diagram shows the syntax of the PRODUCT statement:

  PRODUCT [OWNER(o)]
          [NAME(n)]
          [FEATURENAME(fn)]
          [VERSION(v)]
          [RELEASE(r)]
          [MOD(m)]
          [ID(i)]
          STATE({ENABLED|DISABLED|NOTDEFINED})
As you use the diagram, consider:
  • The PRODUCT parameter begins the PRODUCT statement.
  • The STATE parameter is required; all other parameters are optional.