To use autoinstall with programs, mapsets, and partitionsets, you must:
- Write a customized version of the autoinstall control program for programs,
DFHPGADX (unless the supplied version is entirely suitable for your purposes).
- Specify the name of your control program on the PGAIEXIT system initialization
parameter (the default name is DFHPGADX), or on a SET SYSTEM PROGAUTOEXIT
command.
- Make program autoinstall active by specifying 'ACTIVE' on the
PGAIPGM system initialization parameter (or by issuing a SET SYSTEM PROGAUTOINST(AUTOACTIVE)
command).
- Specify whether you want autoinstalled program definitions to be recorded
on the CICS® global catalog, on the PGAICTLG system initialization parameter
(or on a SET SYSTEM PROGAUTOCTLG command).
- Include the DFHPGAIP resource definition group in your CICS startup grouplist.
DFHPGAIP (which is already included in the CICS-supplied startup list, DFHLIST)
contains the default program, mapset, and partitionset model definitions passed
to the autoinstall control program, and a definition of DFHPGADX (that you
may need to amend).
- Create any additional program, mapset, and partitionset model definitions
that you need, and add this group to your startup grouplist.
- If you want to log messages associated with program autoinstall, define
the CSPL transient data (TD) queue.
For information about coding system initialization parameters, see the CICS System Definition Guide. For information about defining programs, mapsets, partitionsets,
and TD queues, see the CICS Resource Definition Guide.
[[ Contents Previous Page | Next Page Index ]]