EGL Reference Guide for iSeries

display

The EGL display statement adds a text form to a run-time buffer but does not present data to the screen. For details on the run-time 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 concepts
References to parts
Text forms


Related reference
print


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]