Previous Topic: Library Code SpecificationsNext Topic: TDF to CA-Panvalet, Generate and Link to Load


Model Specifications: APJMTTDL

This model invokes:

Specify each of the following parameters 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)).

RUNTYPE

Used for CA‑Telon‑import processing, available for Releases 2.0C and above. I = Ignore any Data Administration in the TDF (Default), C = Compare Processing, and M = Compare/Merge Processing. The C and M processes are determined by the variable MAXSVR, which indicates the highest allowable security code. Details of this processing can be found in the CA‑Telon Programming Concepts Guide.

PSB

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

USRLOAD

Keyword USRLOAD. USERLOAD must be specified in the Library Code to indicate the load module library for the LINK process.

For example, use the following specification:

DEFTYPE='SD';ENV='I';FORMAT='M';PSB='N'
USRLOAD='USER.LOAD'
INCLUDE APJMTTDL

APJMTTDL generates JCL to move the member from one TDF to another and to generate, compile, and link the CA‑Telon source into a user load library.

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