Previous Page | Next Page

Commands under UNIX

DLGSAVE Command: UNIX



Opens the Save As or Export dialog box.
UNIX specifics: all

Syntax
Details
See Also

Syntax

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.


Details

To access this dialog box from the menu, select File [arrow] Save as or File [arrow] Export as Image.


See Also

Information about image extensions in online documentation for SAS/GRAPH

Previous Page | Next Page | Top of Page