Previous Topic: CA Telon to CA TelonNext Topic: Limitations and Restrictions


Keyword Usage
$MEMBERCOUNT

Set to the current count for the member name being executed in the model. This generates unique JCL field names such as step names. The character value ranges from 0000000 through 9999999 and is incremented by one for each change in member.

$ORIGDSN

Set to the data set name that the member is being Retrieved from, as defined to the Library Code.

$DEST1DSN

Set to the data set name of the TEST Library defined in the associated Library Code. The name associated in the Library Code is the CA‑Telon procedure VSQUAL name, not the complete library name.

$FROMNAME

Set to the same value as the From Member field for the Retrieve Processing Options panel. The From Member field must be the same as the To Member field because this model does not support Rename.

$DIBSAPPL

The $DIBSAPPL field includes positions 1, 2, and 3, and it is used to specify the ENV Environment, FORMAT, and PSB parameters to the CA‑Telon TLNUXDEF procedure. ENV is in position 1, FORMAT is in position 2, and PSB is in position 3. Valid values are:

ENV

CA‑Telon program environment. Use T for TSO, I for IMS, C for CICS, or B for batch.

FORMAT

Type of screen formatting required. Use M for IMSMFS, B for CICSBMS, or N for CA‑Telon generated (for CICS only).

PSB

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