Sharing runtime members with an SMP/E target installation library or creating a full, stand-alone set of runtime members

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

  1. 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.

  2. Submit a job that performs the GENERATE action.