Model definitions in group DFHPGAIP

CICS supplies a number of model definitions in group DFHPGAIP to support program autoinstall.

DFHPGAPG

This is the default PROGRAM definition for program autoinstall.

The definition is:
PROGRAM(DFHPGAPG)  GROUP(DFHPGAIP)
DESCRIPTION(default program for program autoinstall)
                   RELOAD(NO)            RESIDENT(NO)
USAGE(NORMAL)      USELPACOPY(NO)        STATUS(ENABLED)
RSL(00)            CEDF(YES)             DATALOCATION(ANY)
EXECKEY(USER)      EXECUTIONSET(FULLAPI)

If the specification of DATALOCATION(ANY) is an unsuitable default, you can prevent DATALOCATION from defaulting to ANY in one of the following ways:

  • Copy the definition for DFHPGAPG to your own group and alter the DATALOCATION setting. Ensure that the definition is installed after group DFHPGAIP.
  • Specify the name of your own program definition as a model definition to be used as an output parameter from the program autoinstall exit.
DFHPGAMP

This is the default MAPSET definition for program autoinstall.

The definition is:
MAPSET(DFHPGAMP)  GROUP(DFHPGAIP)
DESCRIPTION(default mapset for program autoinstall)
RESIDENT(NO)       USAGE(NORMAL)
USELPACOPY(NO)     STATUS(ENABLED)
RSL(00)
DFHPGAPT

This is the default PARTITION definition for program autoinstall.

The definition is:
PARTITIONSET(DFHPGAPT)  GROUP(DFHPGAIP)
DESCRIPTION(default partitionset for program autoinstall)
RESIDENT(NO)       USAGE(NORMAL)
USELPACOPY(NO)     STATUS(ENABLED)
RSL(00)