Open-requests Calculations - Call-Level Interface Version 2

Teradata Call-Level Interface Version 2 Reference for Mainframe-Attached Systems

Product
Call-Level Interface Version 2
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-07
dita:mapPath
jen1488824663137.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2417
lifecycle
previous
Product Category
Teradata Tools and Utilities

DBCHCL calculates the value of Open-requests as follows:

Open-requests is the number of calls to DBCHCL for Connect function
  + the number of calls to DBCHCL for RunStartUp function
  + the number of calls to DBCHCL for Initiate Request function
  + the number of calls to DBCHCL for Initiate with Protocol-Function function
  + the number of calls to DBCHCL for Command function
  the number of calls to DBCHCL for End Request function
The calculation does not keep track of End Request parcels as received by the client nor does it keep track of the return code from the call to DBCHCL.

The application must explicitly close a request with an End Request function in order to have Open-requests decremented.