Chapter Contents

Previous

Next
DLGSAVE

DLGSAVE



Opens the Save As or Export dialog box

Language element: command
OpenVMS specifics: All aspects are host-specific


Syntax
Details
See Also

Syntax

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

no arguments
opens the Save As dialog box with the default settings.

FILTERS='filters'
specifies one or more file filters to use as search criteria when you are 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 file type box. If you omit the filters, the dialog box displays a default list.

EXPORT
opens the Export dialog box, allowing you to export graphics files in your SAS session.

VERIFY
verifies whether the DLGSAVE command is appropriate for the active window.


Details

To open the Save As dialog box in the active window, select the File menu and then select Save as.

To open the Export dialog box in the active window, select the File menu and then select Export as Image.

See Also


Chapter Contents

Previous

Next

Top of Page

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