Parcel Sequences - Teradata Tools and Utilities

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

Product
Teradata Tools and Utilities
Release Number
16.20
Published
September 2019
Language
English (United States)
Last Update
2019-10-12
dita:mapPath
dsu1527114222346.ditamap
dita:ditavalPath
dsu1527114222346.ditaval
dita:id
B035-2417
lifecycle
previous
Product Category
Teradata Tools and Utilities

CLIv2 constructs the correct parcel sequences to the Teradata Database software based on the information supplied in the DBCAREA. The application should only be concerned with the response parcels returned from the Teradata Database through CLIv2.

The following table explains parcel return sequences for various combinations of the DBCAREA Connect-Type and Return-code fields.

Connect -type Return-code field is... And... Then...
R 33 code is 33 at the time the Fetch function is issued for the connect request the response parcels do not have to be scanned.
R 0   the parcel returned is one of the following:
  • Failure parcel (flavor 9)
  • Error parcel (flavor 49)
C non-zero   the response parcels do not have to be scanned.
C 0 there is a problem establishing the connection the parcel returned will be one of the following:
  • Failure parcel (flavor 9)
  • Error parcel (flavor 49)
C 0 the connection is successfully established the parcels returned will be both of the following:
  • Success parcel (flavor 8) or ResultSummary (flavor 171)
  • EndRequest parcel (flavor 12)