| SAS Companion for the CMS Environment |
SAS System Files
lists all of the files that are frequently used by base SAS software. Under
CMS, logical names are associated with most of these files. The logical names
listed in the table are those that SAS uses by default. Your installation
may have changed these names.
The System Option column lists SAS system options that
you can specify when you invoke SAS. You can use these system options to
change the default settings that were established for your site. See Summary Table of SAS System Options
for default logical names that are dynamically generated at SAS initialization.
The Concat? column specifies if the file can be specified as a concatenation
of multiple files. For example, the SASHELP file can be specified as an ordered
series of help files using the SASHELP= system option.
SAS System Files
|
Default Logical Name |
System Option |
Concat? |
Type of Data Set or Library |
|
n/a logical name. Physical name: SASV7SYS CONFIG |
n/a |
n/a |
sequential data set |
|
Description : System configuration file
contains system options that are processed automatically when you invoke SAS.
It is usually maintained by your data center. |
|
n/a logical name. Physical name: SASV7 CONFIG |
CONFIG= |
N |
sequential data set |
|
Description: User configuration file also
contains system options that are processed automatically when you invoke SAS.
Your user configuration file is concatenated onto the end of the system configuration
file. |
|
LIBRARY |
n/a |
n/a |
SAS data library |
|
Description: Format library contains
formats and informats. |
|
SAMPSIO |
n/a |
n/a |
SAS data library |
|
Description: Sample SAS data library
is accessed by SAS programs in the sample library provided by SAS Institute. |
|
SASAUTOS |
SASAUTOS= |
Y |
MACLIB, SFS directory, or minidisk |
|
Description: Autocall library contains
a user-defined autocall library to which the system autocall library is concatenated. |
|
SASEXEC |
AUTOEXEC= |
Y |
sequential data set |
|
Description: Autoexec file contains statements
that are executed automatically when you invoke SAS. |
|
SASHELP |
SASHELP= |
Y |
SAS data library |
|
Description: HELP library contains system
default catalogs and Help system information. |
|
SASLIB |
SASLIB= |
N |
load library |
|
Description: Format library (which is
a load library) that contains Version 5, Version 6, or both Version 5 and
Version 6 user-written procedures, formats, informats, and functions. It is
searched before the SAS load library. |
|
Dynamically generated |
PRINT= |
N |
sequential data set |
|
Description: Procedure output file contains
SAS procedure output. |
|
Dynamically generated |
LOG= |
N |
sequential data set |
|
Description: SAS log file. |
|
Dynamically generated |
MSG= |
Y |
aggregate MACLIB, SFS directory, or minidisk (see
Specifying CMS File Identifiers). |
|
Description: System message file contains
SAS system messages. |
|
Dynamically generated |
PARMCARD= |
N |
sequential data set |
|
Description: Parmcards file is a temporary
data set that is used by some procedures. The PARMCARD= system option assigns
a fileref to the parmcards file. If PARMCARD= is not specified, a name is
generated automatically. |
|
SASUSER |
SASUSER= |
N |
SAS data library |
|
Description: SASUSER library contains
the user profile catalog and other personal catalogs. |
|
SYSIN |
SYSIN= |
Y |
sequential data set |
|
Description: Primary input file contains
SAS statements. |
|
USER |
USER= |
Y |
SAS data library |
|
Description: USER library specifies a
SAS data library in which to store SAS data sets that have one-level names
(instead of storing them in the WORK library). |
|
WORK |
WORK= |
N |
SAS data library |
|
Description: WORK library contains temporary
SAS files that are created by SAS during your session. |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.