The enhanced ACCEPT/DISPLAY syntax (Adis) is a run-time support module which is provided for Screen Section and enhanced ACCEPT/DISPLAY syntax.
Adis can be configured to an application's requirements using its configuration utility Adiscf. Alternatively, calls can be made from the COBOL application to Adis to configure it at run time; for example, to enable function keys.
The enhanced ACCEPT/DISPLAY syntax provides functionality beyond the standard ANSI ACCEPT syntax.
The following table represents those features of Adis over and above those of the standard ANSI ACCEPT and DISPLAY syntax:
Syntax type | Features |
---|---|
ANSI ACCEPT |
|
ANSI DISPLAY |
|
Adis |
|
You can also set up the keys on the keyboard so that you can use them during the execution of an ACCEPT statement.
Adis consists of the following modules:
Module | Description |
---|---|
adis | The main support module |
adisinit | The initialization module, used only when the enhanced ACCEPT/DISPLAY syntax is first loaded |
adiskey | The keyboard-handling module |
adisdyna | The enhanced ACCEPT/DISPLAY syntax dynamic attributes module. |
They interact as shown in the diagram below.