Benefits of autoinstalling programs
Program autoinstall reduces system administration, virtual storage usage, and, potentially, restart times.
- Reduced system administration costs
- Without autoinstall, you have to define all new programs, mapsets, and partitionsets to CICS® before they can be used. Autoinstall eliminates this requirement, enabling these resources to be used without prior definition. Furthermore, the need to maintain predefined definitions also disappears, leading to a significant saving in system administration effort.
- Saving in virtual storage
- There is a saving in virtual storage within the CICS address space, as the definitions of autoinstalled resources do not occupy table space until they are generated.
- Faster startup times
- Warm and emergency starts:
When you use program autoinstall, the restart time depends upon whether you are using program autoinstall with or without cataloging.
If you are using program autoinstall with cataloging, restart times are similar to those of restarting a CICS region that is not using program autoinstall. This is because, in both cases, resource definitions are reinstalled from the catalog during the restart. The definitions after the restart are those that existed before the system was terminated.
If you are using autoinstall without cataloging, CICS restart times are improved because CICS does not install definitions from the CICS global catalog. Instead, definitions are autoinstalled as required whenever programs, mapsets, and partitionsets are referenced following the restart.
See Troubleshooting for recovery processing for information on cataloging.