Continued-data - Teradata Tools and Utilities

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

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Tools and Utilities
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2023-11-17
dita:mapPath
oxw1641281447623.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
vfj1470443597526
Product Category
Teradata Tools and Utilities

Continued-data specifies the processing to be performed when the Continue-request function is invoked. The value indicates whether the request is for the first, intermediate, or last continuation, or whether processing is to be canceled.

In this language... The variable name for Continued-data is...
COBOL DBNICNT
PL/I DBNICNT
C, C++ dbniCnt
IBM Assembler DBNICNT
This routine... Takes this action for Continued-data...
DBCHINI DBCHINI does not initialize this value. When the Continue-request function is needed by the application, the following procedure must be followed before calling DBCHCL for the Continue-request function:
  1. Set Change-options to 'Y'
  2. Set the value for Continued-data as follows:
    • First segment, F
    • Intermediate segment, I
    • Last segment, L
    • Cancel Continued-request, C
Use mnemonics for the codes. Mnemonics are provided in the language definition file for the DBCAREA.
DBCHCL reads.

CRQ

Continued-data is used by... To...
applications write