Opens the Save As or Export dialog box.
DLGSAVE <FILTERS='filters' <EXPORT> <VERIFY>>
|
-
FILTERS='filters'
-
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.
-
EXPORT
-
invokes the Export dialog box, enabling
you to export graphic files in your SAS session.
-
VERIFY
-
checks whether the DLGSAVE command is appropriate
for the active window.
To access this dialog box from the menu,
select File
Save as
or File
Export as Image.
|
Information about image extensions in online documentation
for SAS/GRAPH |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.