Commands under OpenVMS |
OpenVMS specifics: | All aspects are host-specific |
Syntax | |
Details | |
See Also |
Syntax |
DLGOPEN <FILTERS='filters' <IMPORT> <SUBMIT | NOSUBMIT> <VERIFY>> |
specifies one or more file filters to use as search criteria when SAS is displaying files. For example, the following command displays all files in the current directory that have a .SAS extension and adds *.TXT to the File type combo box in the dialog box:
DLGOPEN FILTERS="*.sas *.txt"
You can specify multiple filters; they all appear in the File type box. If you do not specify any filters, the dialog box displays a default list.
opens the Import dialog box, which enables you to import graphics files to your SAS/GRAPH applications.
specifies whether the SUBMIT command is pushed after the file is opened.
checks whether the DLGOPEN command is appropriate for the active window.
Details |
The Open and Import dialog boxes enable you to select a file to read into the active window. To open the Open dialog box in the active window, select the File menu and then select Open . To open the Import dialog box in the active window, select the File menu and then select Import .
See Also |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.