Previous Page | Next Page

SAS System Options under Windows

FILTERLIST System Option: Windows



Specifies an alternative set of file filter specifications to use for the Open and Save As dialog boxes.
Default: none
Valid in: configuration file, SAS invocation
Category: Environment control: Display
PROC OPTIONS GROUP= ENVDISPLAY
Windows specifics: all

Syntax
Details
See Also

Syntax

-FILTERLIST "filter1 | filter2|... | filter-n"

filter1...filter n

specifies one or more strings of text separated by a "|" and enclosed in double quotation marks, such as "*.Bob's work | SAS*.*" Note that you can specify long filename extensions that include spaces and single quotation marks.


Details

All filters in the FILTERLIST are added to the application specified filter list displayed in the Files of type box in the Open dialog box and in the Save as type box in the Save As dialog box. The first filter in the FILTERLIST becomes the default filter. The FILTERLIST must be enclosed in double quotation marks.


See Also

Previous Page | Next Page | Top of Page