Updating PLT - Teradata Tools and Utilities

Teradata® Tools and Utilities for IBM z/OS Installation Guide

Product
Teradata Tools and Utilities
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-06-19
dita:mapPath
gfl1544831938738.ditamap
dita:ditavalPath
dyf1465132352622.ditaval
dita:id
B035-3128
lifecycle
previous
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.