Column-info - Teradata Tools and Utilities

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

Product
Teradata Tools and Utilities
Release Number
17.10
Published
June 2021
Language
English (United States)
Last Update
2021-07-01
dita:mapPath
zwv1608578409227.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2417
Product Category
Teradata Tools and Utilities

Column-info is a one byte EBCDIC field that indicates whether varying-length column name, title, and format information in existing response parcels (Field (flavor 18), PrepInfo[X] (flavors 86 and 126), StmtInfo (flavor 169)) can be longer than the existing maximum.

In this language... The variable name for Column-info is...
COBOL COLUMN-INFO
PL/I COLUMN_INFO
C, C++ columnInfo
IBM Assembler DBRICIN
This routine... Does this for Column-info...
DBCHINI writes
DBCHCL reads (CON; IRQ; RSUP)
Column-info is used by... To...
applications write.

One of the following values may be set before initiating a request:

If... Then set Column-info to...
indicates varying-length column name, title, and format information in existing response parcels cannot be longer than the existing maximum. 'O'
  • ORIGINAL for COBOL
  • DBC_COL_INFO_ORIG for PL/I
  • DBC_ColInfoOrig for C and C++
  • DBRICINO for Assembler
indicates varying-length column name, title, and format information in existing response parcels can be longer than the existing maximum. 'E'
  • EXTENDED for COBOL
  • DBC_COL_INFO_EXT for PL/I
  • DBC_ColInfoExt for C and C++
  • DBRICINE for Assembler

If not specified, the default from the HSHSPB is used, which as distributed is 'O'