ADELIA |
|
|
|
|
(I) |
|
|
|
|
Warning: This reserved word is ignored in C generation.
Type
1 A
Use
This reserved word is linked to the cursor location control (generation options) and to *LINE_NO and *COLUMN_NO reserved words.
When *INLIG is equal to 0 (default value):
*LINE_NO is set to 0 each time a new transaction is called by the PROCESS instruction (thus the *LINE_NO and *COLUMN_NO values are not considered on screen displays).When *INLIG is equal to 1 (*INLING = 1):
The *LINE_NO and *COLUMN_NO values are not modified when a new transaction is called by the PROCESS instruction.
Example
*INLIG = '1'
*LINE_NO = 5
*COLUMN_NO = 10
PROCESS 01
Transaction 01 is displayed by locating the cursor at position line 5, column 10.