The Enhanced ACCEPT/DISPLAY syntax (Adis) enables you to use ACCEPT and DISPLAY statements in a program that includes Panels.
It is worth considering that:
- Only enhanced ACCEPT and DISPLAY statements can be directed to a panel. You could encounter problems if you use standard ANSI
ACCEPT and DISPLAY statements to write directly to the screen. The same is true if you use the x"B7" COBOL system library
routine or the call-by-name screen handling routines with Panels.
- The positions specified in AT, LINE and COLUMN clauses are relative to the top left corner of the current panel and not to
the screen.
- You can create any number of panels, and can have up to 254 enabled at one time. Six of these are used by Adis when Adis is
used with Panels.