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

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