DBCALAD—Level - Call-Level Interface Version 2

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

Product
Call-Level Interface Version 2
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-07
dita:mapPath
jen1488824663137.ditamap
dita:ditavalPath
Audience_PDF_include.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