Shutdown Display and Recovery - IBM CICS Interface for Teradata

IBM CICS Interface for Teradata® Reference

Product
IBM CICS Interface for Teradata
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-06-19
dita:mapPath
xhj1544831946672.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2448
Product Category
Teradata Tools and Utilities

Any transaction that attempts to use the CICS Interface following a normal or immediate shutdown is rejected with a non-zero return code, indicating the interface is inactive.

After the interface shuts down, the following message is written to the operator’s console and to the CICS Transient Data Queue CSMT:

DCI0111:  DBCCICS INTERFACE TERMINATED
Never terminate DBCCICS using a CEMT FORCE command.

DBCC must be shut down by using the DSCN transaction to successfully perform shutdown cleanup.

Use of CEMT FORCE can cause transactions to hang or abend and may require a CICS restart before the interface can be used again.

IF the CICS Interface . . . Then . . .
abends the abend is detected and an exit routine obtains control.

The exit routine performs the same processing as normal or immediate shutdown (the exit routine logs off all sessions and informs all users that the interface has abnormally shut down).

terminates in such a way that sessions are still logged on to the database the TDP LOGOFF command can be used from the MVS operator console to logoff such sessions.

A CEMT FORCE command may have to be used to terminate database transactions that are hung.