Only Statement
- Last UpdatedDec 04, 2025
- 1 minute read
The ONLY statement is used when one or many COMMENT statements should precede the PANEL statement.
Its syntax is very simple:
ONLY, <pan_name>;
The ONLY statement defines a rudimentary panel without for example, location and data type. Its only use is to serve as a container for the following COMMENT statements. Before any other type of statement a regular PANEL statement has to appear containing the same panel name as the one in the preceding ONLY statement.