Chapter Contents |
Previous |
Next |
FMTSEARCH= |
Language element: | system option |
Default: | (WORK LIBRARY) |
Valid in: | configuration file, SAS invocation, OPTIONS statement, System Options window, VMS_SAS_OPTIONS DCL symbol |
OpenVMS specifics: | valid values for libref |
Syntax | |
Details | |
See Also |
Syntax |
FMTSEARCH=(libref-1 libref-2 . . . libref-n) |
Details |
The FMTSEARCH= system option searches format data logs in the order that they are listed, until the desired member is found. The WORK.FORMATS catalog is always searched first, and the LIBRARY.FORMATS catalog is searched next, unless one of them appears in the FMTSEARCH= list.
When you specify this system option in a configuration file or on the SAS command line, you must enclose the option value in double quotation marks. You must also separate each libref with a blank space, not with a comma, even though the comma is typically used as a list delimiter by OpenVMS.
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.