| Commands under UNIX |
| UNIX specifics: | all |
| Syntax | |
| Details | |
| See Also |
Syntax |
| DLGSAVE <FILTERS='filters' <EXPORT> <VERIFY>> |
specifies one or more file filters to use as search criteria when 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 box in the dialog box:
DLGSAVE FILTERS="*.sas *.txt"You can specify multiple filters; they all appear in the dialog box. If you do not specify any filters, the dialog box displays a default list.
invokes the Export dialog box, enabling you to export graphic files in your SAS session.
checks whether the DLGSAVE command is appropriate for the active window.
| Details |
To access this dialog box from the menu,
select File
Save as
or File
Export as Image.
| See Also |
|
Information about image extensions in online documentation for SAS/GRAPH |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.