Previous Topic: Library Code SpecificationsNext Topic: TDF to Executable Load Modules


Model Specifications: APJMT2PD

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

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 APJMT2PD
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 PDS library. When the member is moved from QA to PROD, it is moved from one PDS library to another by the APJMPDS model. If you omit the QA level library, movement from TEST to PROD is done using the APJMT2PD model.

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