Previous Topic: Library Code SpecificationsNext Topic: Limitations and Restrictions


Model Specifications: APJMT2LL

This model invokes the standard Export and Import procedures that are supplied as CA‑Telon utilities.

Each of the following parameters must be specified in the Library Code definition for every Library Code that uses the model.

DEFTYPE

CA‑Telon definition type (SD, DR, BD, RD, or ND) as defined in CA‑Telon.

ENV

CA‑Telon program environment (T=TSO, I=IMS, C=CICS, or B=batch).

FORMAT

Type of screen formatting required (M=IMSMFS, B=CICSBMS, or N=CA‑Telon generated (for CICS only)).

PSB

The type of PSB to generate (I=IMSPSB, D=DLIPSB, or N=NONE).

For example, use the following specification:

DEFTYPE='SD'; ENV='I'; FORMAT='M'; PSB='N'
IF <$ORIGDSN> = <$TESTDSN>; INC APJMT2LL
ELSE; INCLUDE APJMPDS; ENDIF

One of two different models is included, depending on the move time. At QA move time, the member is moved from the TDF to a load library (using CA‑Telon extraction and generation procs). When the member is moved from QA to PROD, it is moved from one load library to another by the APJMPDS model. If you omit the QA level library, movement from TEST to PROD is done using the APJMT2LL model.

Customize model APJMLEAD for CA‑Telon before using model APJMT2LL. Within it, set keyword $G$TLN_QUAL to the CA‑Telon load library specification for the TLNLOAD parameter of various CA‑Telon supplied procs.