Updating PLT - Teradata Tools and Utilities

Teradata® Tools and Utilities for IBM z/OS Installation Guide - Teradata Director Program - 17.20

Product
Teradata Tools and Utilities
Release Number
17.20
Published
September 2022
Language
English (United States)
Last Update
2022-10-11
dita:mapPath
hph1662964204836.ditamap
dita:ditavalPath
ppr1662968569655.ditaval
dita:id
B035-3514
Product Category
Teradata Tools and Utilities
  1. To initialize the IBM CICS Interface for Teradata (CICS Interface) automatically during CICS initialization, update or create a PLTPI that specifies the DBCDRCN program, as shown in SAMPLIB member DFHPLTIx.
    The DBCDRCN member initializes the CICS Interface by starting the DBCC transaction.
    Interface Action
    CICS Place the DBCDRCN specification after the specification of the DFHDELIM program because DBCDRCN must execute in initialization Phase 3 (second pass of PLTPI).
  2. To shut down the CICS Interface automatically during CICS termination, update or create a PLTSD that specifies the DBCDSCN program, as shown in SAMPLIB member DFHPLTSx.
    The DBCDSCN program must run in quiescent stage 1.