Chapter Contents

Previous

Next
DLGSAVE

DLGSAVE



Invokes the Save As or Export as Image 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 combo box in the dialog box:
DLGSAVE FILTERS="*.sas *.txt"
You can specify multiple filters; they all appear in the combo box. If you do not specify any filters, the dialog box displays a default list.

EXPORT
invokes the Export as Image dialog box, allowing 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 pull-down menus, select

File
[arrow]
Save as...
or

File
[arrow]
Export as Image...

See Also


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.