RTE_LOAD_OPTIMIZE

The parameter determines whether to optimize the loading of the runtime environment after maintenance is applied or products are reconfigured.

Required or optional
Required
PARMGEN name
RTE_LOAD_OPTIMIZE
Description
Determines whether to optimize the loading of the runtime environment after maintenance is applied or products are reconfigured. (Load optimization takes effect on the second and subsequent load operations but not on the initial loading.)
If you specify Y, the load job has the following characteristics:
  • Copies only modified modules from target to runtime libraries.
  • Requires access to IBM's SuperC (ISRSUPC) utility.
  • Uses less DASD space.
  • Performs additional analysis, which uses more CPU processing and file I/O.
If you specify N (the default), the load job has the following characteristics:
  • Copies all members from target to runtime libraries, whether or not they were modified.
  • Requires more DASD space.
  • Uses less CPU time.
Related parameters
None