Output Request Id - 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.00
Published
June 2020
Language
English (United States)
Last Update
2021-04-19
dita:mapPath
xen1544831946512.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2418
lifecycle
previous
Product Category
Teradata Tools and Utilities

Usage Notes

The Output Request Id field is CLI’s logical identifier of a given request on the database computer.

Language Variable Name
COBOL: DBCAREA-O-REQ-ID
C: DBCAREA.H: o_req_id
Routine Action Taken
DBCHINI: writes
DBCHCL: writes (CON; RSUP; IRQ)
Used by Action Taken
application program reads

When the application program regains control from a call to DBCHCL for the Connect, Run Startup, or Initiate Request function, the logical request id is available in the DBCAREA in Output Request Id.

Before using the DBCAREA again to call DBCHCL for an operation related to that request, the application program must copy the value to Input Request Id.

DBCHCL places Output Request Id in the DBCAREA as soon as DBCHCL is called for a request-generating function. Output Request Id is available after the application program regains control from DBCHCL, even in a connect operation.