DBCALAD—Level - 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

Level is a two-byte unsigned integer into which is placed the level of the "LAD". Level must be set to one of the following 2-byte unsigned integer values before calling a DBCHCL function, the first choice is the current level and should be used by all new development.

in this language... The variable name for Level is...
COBOL LEVEL
PL/I LEVEL
C, C++ 'level'
IBM Assembler LADLVL
This routine... Takes the action for Level...
DBCHINI writes
DBCHCL reads (IRQ; IWPF)
Level is used by... To...
applications write

Level must be set to one of the following 2-byte unsigned integer values before calling a DBCHCL function:

Value Mnemonic
1
  • LEVEL 1 for COBOL
  • LAD_LVL_LEVEL1 for PL/I
  • 'LAD_LvlLevel1' for C and C++
  • LADLVL1 for Assembler