You must create a window
in the same DATA step that you use to display it. Once you display
a window, the window remains visible until you display another window
over it or until the end of the DATA step. When you display a window
that contains fields where you enter values, either enter a value
or press ENTER at
each unprotected
field to cause SAS to proceed to the next display. You cannot skip
any fields.
While a window is being
displayed, use commands and function keys to view other windows, to
change the size of the current window, and so on.
A DATA step that contains
a DISPLAY statement continues execution until the last observation
that is read by a SET, MERGE, UPDATE, MODIFY, or INPUT statement has
been processed or until a STOP or ABORT statement is executed. You
can also issue the END command on the command line of the window to
stop the execution of the DATA step.
You must create a window
before you can display it.
See the WINDOW Statement for a description
of how to create windows. A window that is
displayed with the DISPLAY statement does not become part of the SAS
log or output file.