You can control whether all the load modules are loaded when the in-core LMT is built at PLT startup by setting the PLTLOAD parameter of the IDOPTSCB macro in the IDOPTS source.
You can assign the following values to the PLTLOAD parameter.
In most instances, you want to set the PLTLOAD parameter to NO. Because it bypasses the loading of the user program and panel load modules, it significantly reduces the amount of time CICS becomes available to your users after startup. A value of NO does not affect how the in-core LMT is built or the PPT entries.
If PLTLOAD=YES, all program modules, including the symbol table of every program that is only loaded in the case of a runtime error, remains resident in RDSA . This could amount to a lot of storage never accessed by the environment.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|