DLGSAVE Command: UNIX

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

Syntax

DLGSAVE <FILTERS='filters' <EXPORT> <VERIFY> >

Optional Arguments

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 Filethen selectSave as or Filethen selectExport as Image.
For more information, see “Specifying Images in SAS/GRAPH Programs” in the SAS/GRAPH: Reference.