Parameters with significant default values
The runtime environment defined by the initial set of parameters is configured not just by the relatively small number of parameters in that set, but also by the default values of many other parameters.
The following parameter is not included in the initial set, but its default value significantly affects the runtime environment.
RTE_TYPE
Determines whether runtime members are a full stand-alone set or shared with SMP/E target installation libraries.
- Required?
- No
- Default value
-
Configuration Manager:
SHARINGPARMGEN:
FULL - Values
- The following descriptions apply to Configuration Manager:
FULL- Stand-alone runtime members. Runtime members have no dependency on target libraries.
SHARING- Some runtime members refer to the target libraries.
The high-level qualifiers of the target libraries are specified by the GBL_TARGET_HILEV parameter.
SHARINGreduces the storage requirement for each runtime environment.If RTE_TYPE is
SHARING, then the value of theRTE_SHAREparameter must beSMP.