Output-CLIv2-request-number - 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

Output-CLIv2-request-number is a four byte field that is the CLIv2 logical identifier for a given request on the Teradata Database.

In this language... The variable name for Output-CLIv2-request-number is...
COBOL DBCAREA-O-REQ-ID
PL/I O_REQ_ID
C, C++ o_req_id
IBM Assembler DBCOREQN
This routine... Does this for Output-CLIv2-request-number...
DBCHINI writes
DBCHCL writes (CON; RSUP; IRQ; IWPF; CMD)
Output-CLIv2-request-number is used by... To...
applications read

When the application regains control from a call to DBCHCL for any of the following functions, the logical request is available in the DBCAREA in Output-CLIv2-request-number.

  • Connect
  • RunStartUp
  • Command
  • Initiate with Protocol-Function
  • Initiate Request

Before using the DBCAREA again to call DBCHCL for an operation related to that request, the application must copy the value to Input-CLIv2-request-number.

Compare with Output-TDP-request-number.

Note that CLIv2 and the TDP have a number for each request and that the numbers are not identical.