display

The EGL display statement adds a text form to a runtime buffer but does not present data to the screen. For details on the runtime behavior, see Text forms.

Note: If you are working in VisualAge® Generator compatibility mode, you can issue a statement of the following form:
  display printForm;
printForm
Name of a print form that is visible to the program.

In that case, display is equivalent to print.


Syntax diagram for the display statement
textFormName
Name of a text form that is visible to the program. For details on visibility, see References to parts.

Related reference
print

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.