Previous Page | Next Page

Commands under OpenVMS

DLGSAVE Command: OpenVMS



Opens the Save As or Export dialog box.
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, enabling 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

Previous Page | Next Page | Top of Page