Previous Topic: Library Code SpecificationsNext Topic: TDF to CA-Panvalet


Model Specifications: APJMT2TD

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, B = batch).

FORMAT

Type of screen formatting required (M = IMSMFS, B = CICSBMS, 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 processing is determined by the variable MAXSVR, that 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 be generated (I = IMSPSB, D = DLIPSB, N = NONE).

For example, use the following specification:

DEFTYPE = 'SD'; ENV = 'I'; FORMAT= 'M'; PSB= 'N'; INCLUDE APJMT2TD

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