Previous Topic: Library Code SpecificationsNext Topic: TDF to PDS Libraries


Model Specifications: APJMT2PV

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

This model has been modified to support the CA‑Panvalet version 14.1 LOCK/UNLOCK feature. Specify the value as 'Y' or 'N' (include the single quote marks). LOCK specifies whether CA‑PanAPT unlocks the member in the Production or QA Library prior to moving members of the QA or Test Library. This feature cannot be used with CA‑Panvalet releases prior to 14.1.

For example, use the following specification:

DEFTYPE='SD'; ENV='I'; FORMAT='M'; PSB='N'; LOCK='N';
IF <$ORIGDSN> = <$TESTDSN>; INC APJMT2PV;
ELSE; INCLUDE APJMPANV; 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 CA‑Panvalet library. When the member is moved from QA to PROD, it is moved from one CA‑Panvalet library to another by the APJMPANV model. If you omit the QA level library, movement from TEST to PROD is done using the APJMT2PV model.

Customize model APJMLEAD for CA‑Telon before using model APJMT2PV: