Chapter Contents

Previous

Next
FILESYSTEM=

FILESYSTEM=



Specifies the default file system used when the filename is ambiguous

Default: MVS
Valid in: configuration file, SAS invocation, OPTIONS statement, OPTIONS window
Category: File Control: EXTFILES
OS/390 specifics: all


Syntax
Details
See Also

Syntax

FILESYSTEM=MVS | HFS

MVS
specifies that the filesystem is native MVS, which includes partitioned data sets (PDS, PDSE).

HFS
specifies the hierarchical file system of UNIX System Services.


Details

The FILESYSTEM= system option specifies the file system that is used when a physical filename could reside in either file system. For example:

options filesystem='HFS';

/* resolves to a UNIX System Services */
/* path, such as /homedir/hfs.file    */

filename myhfs 'hfs.file';  

See Also


Chapter Contents

Previous

Next

Top of Page

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