Continuation Code - Call-Level Interface Version 2

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

Product
Call-Level Interface Version 2
Release Number
15.10
Language
English (United States)
Last Update
2018-10-07
dita:id
B035-2418
lifecycle
previous
Product Category
Teradata Tools and Utilities

Continuation Code

Usage Notes

The Continuation Code field specifies the processing to be performed when the Continue Request (CLICRQ) function, which is defined for deferred mode LOB processing, is invoked. The value indicates whether the request is for the first, intermediate, or last continuation, or whether processing is to be cancelled.

Note: DBCHINI does not initialize this value.

If this function is needed by the application, the following procedure must be performed prior to calling DBCHCL.

1 Set the Change‑options to “Y”

2 Set the value as follows:

  • First segment : F
  • Intermediate segment : I
  • Last segment : L
  • cancel Continued Request : C
  •  

    Language

    Variable Name

    COBOL:

    DBNICNT

    C: DBCAREA.H:

    dbniCnt/continuation_code

     

    Routine

    Action Taken

    DBCHCL:

    reads

     

    Used by

    Action Taken

    application program

    writes