| Language Reference |
displays fields in display windows
The DISPLAY statement directs IML to gather data into fields defined in the window for purposes of display, data entry, or menu selection. The DISPLAY statement always refers to a window that has been previously opened by a WINDOW statement. The statement is described completely in Chapter 13.
Following are several examples demonstrating the use of the DISPLAY statement:
display;
display w(i);
display w ("BELL") bell;
display w.g1 noinput;
display w (i protect=yes
color="blue"
j color="yellow");
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.