In CICS with AUTO INSTALL option we no need to define each program/map to PPT entry. If Autoinstall is yes, CICS will dynamically install the definition for program/map when requested.
If AUTOINSTALL is active, whenever those programs/maps requested, the definitions will be installed by CICS dynamically.
The following scenarios AUTOINSTALL works:
- EXEC CICS LINK
- EXEC CICS XCTL
- EXEC CICS LOAD
- EXEC CICS SEND MAP
- EXEC CICS RECEIVE MAP
The installation parameter must be set as AICONS=YES, for auto installation.