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
|