Use the PERFORM statement to execute RM/Panels standard runtime functions. The following example demonstrates the execution of the DISPLAY PANEL standard runtime function for a panel called MYPANEL.
Example
PERFORM RMP--DP-MYPANEL.
(The procedure RMP--DP-MYPANEL is contained in a panel-specific copy file, MYPANEL.PRC; see Required Copy Files for more information.
The naming of RM/Panels standard runtime functions follows a strict pattern. The name is made up of three parts:
Examples are DP (DISPLAY PANEL) and RP(REMOVE PANEL).
This naming convention makes it easy to use the RM/Panels standard runtime functions, even in programs using multiple panels.