Wait For Response - Call-Level Interface Version 2

Teradata® Call-Level Interface Version 2 Reference for Workstation-Attached Systems

Product
Call-Level Interface Version 2
Release Number
17.10
Published
October 2021
Language
English (United States)
Last Update
2021-11-02
dita:mapPath
ttt1608578409164.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2418
lifecycle
previous
Product Category
Teradata Tools and Utilities

Usage Notes

The Wait For Response field specifies whether or not DBCHCL is to retain control or return control to the application program in two situations:

  1. When the application program has called DBCHCL for some function and DBCHCL cannot send a request to the database to carry out that function because another request in the same session is active. DBCHCL cannot initiate that function.
  2. When the application program has called DBCHCL for the Fetch function and DBCHCL cannot provide access to a parcel or buffer, depending on the setting of Parcel Mode Fetch, because the re-stocking of the buffer is in progress. DBCHCL cannot complete the Fetch function.
Language Variable Name
COBOL: DBCAREA-WAIT-FOR-RESP
C: DBCAREA.H: wait_for_resp
Routine Action Taken
DBCHINI: writes
DBCHCL: reads (CON; RSUP: IRQ; FET; REW; ERQ; ABT)
Used by Action Taken
application program writes

Wait For Response is initialized by DBCHINI to the default value.