Input-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

Input-CLIv2-request-number is a four-byte field that specifies the request to be acted on by DBCHCL.

In this language... The variable name for Input-CLIv2-request-number is...
COBOL DBCAREA-I-REQ-ID
PL/I I_REQ_ID
C, C++ i_req_id
IBM Assembler DBCIREQN
This routine... Does this for Input-CLIv2-request-number...
DBCHINI writes
DBCHCL reads (FET; REW; ERQ; ABT; IWPF; CMD; CRQ)
Input-CLIv2-request-number is used by... To...
applications write

Applications copy the value that was placed by the Connect, RunStartUp, Initiate with Protocol-Function, or Initiate Request function in Output-CLIv2-request-number into Input-CLIv2-request-number. If an application uses the same DBCAREA for more than one concurrent request or more than one session, it should save the Output-CLIv2-request-number from each request‘s submission.

Applications must store the appropriate value of Output-CLIv2-request-number in Input-CLIv2-request-number whenever they need the next DBCHCL call to affect a different request.