Runtime members can be either a full stand-alone set or they can refer to some read-only members, such as load modules, in SMP/E target installation libraries.
Procedure
-
In the RTEDEF(rte_name) member, specify an RTE_TYPE value.
Valid values:
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.
SHARING reduces the storage requirement for each runtime environment.
If RTE_TYPE is SHARING, then the value of the RTE_SHARE parameter must be SMP.
If you omit RTE_TYPE, the default value is SHARING.
-
Submit a job that performs the GENERATE action.