This model invokes:
Each of the following parameters must be specified in the Library Code definition for every Library Code that uses the model.
CA‑Telon definition type (SD, DR, BD, RD, or ND).
CA‑Telon program environment (T=TSO, I=IMS, C=CICS, or B=batch).
Type of screen formatting required (M=IMSMFS, B=CICSBMS, or N=CA‑Telon‑generated (for CICS only)).
Type of PSB to be generated (I=IMSPSB, D=DLIPSB, or N=None).
Keyword USRLOAD. USERLOAD must be specified in the Library Code to indicate the load module library for the link process.
This model has been modified to support the CA‑Panvalet 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';PDS='N';USRLOAD='USER.LOAD'
IF <$ORIGDSN> = <$TESTDSN>
INCLUDE APJMTPDL
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 APJMTPDL model. Additionally, a Library Code is required for the load module movement process, to indicate the load libraries. This Library Code must be specified in the Move Request.
Customize model APJMLEAD for CA‑Telon before using model APJMTPDL. Within it, set keyword $G$TLN_QUAL to the CA‑Telon load library specification for the TLNLOAD parameter of various CA‑Telon supplied procs.
|
Copyright © 2004 CA.
All rights reserved.
|
|