Opens the Save As dialog box.
Windows specifics: | all |
LONGFILTER=“filters” specifies one or more file filters to use as search criteria for displaying files in the Save as dialog box. The first filter in the argument list is the default filter and is used as the search criteria. All of the filters in the argument list are added to the list of filters in the Files of type: combo box. To search for additional file types, you would select another filter from the Files of type: combo box.
dlgsave longfilter="*.text|*.Bob's work|*.**XX"
dlgsave filter='*.bak *.txt'
Note | The difference between LONGFILTER=“filters” and FILTER='filters' is that with LONGFILTER=“filters” you can use spaces and quotation marks in the filters, where in FILTER='filters' you cannot use spaces and quotation marks. |
replaces the filter list with the specified filters instead of concatenating the list with the default filters. This option is valid only when you specify the LONGFILTER= or FILTER= arguments as well. For example, the command
dlgsave longfilter="*.txt" replace
invokes the Export dialog box, enabling you to export graphics files from your SAS session. For more information about the Export dialog box, see Exporting Graphics for Use with Other Applications.
does not prompt the user to replace or append an existing file.
verifies whether the
active window contains a File menu with a Save
item.
If it does, the Save As dialog box invokes
the Save
item instead of the default FILE
command.
specifies the command to be applied to the file that is selected from the Save As dialog box. For example, the command
dlgsave altcmd='prtfile'