Error Messages for SAS under Windows |
This section describes errors you might receive while trying to use SAS to access files (either external files or SAS files). Whenever you have trouble accessing files, always check the validity of your FILENAME and LIBNAME statements and functions to make sure they point to the right files. Also, be sure you are using the correct fileref or libref.
The date or time stamp of SAS CORE catalog is in the future. Make sure the date and time on your machine are set correctly. This message is issued in conjunction with internal error 602 (see Resolving Internal Errors).
The date or time stamp of the file you are trying to access is in the future. Make sure the date and time on your machine are set correctly.
The file you are trying to access is in use by another Windows process, such as another Windows application.
A DLL-dependent file cannot be found when the requested file is loaded. For SAS, the !SASROOT\CORE\SASEXE file (usually specified with the PATHDLL system option in the SAS configuration file) might be unavailable. The requested file might not be available due to a network error or other drive failure. Ensure that PATHDLL specifies the location of !SASROOT\CORE\SASDLL.
The file filename is being used by another Windows application.
You are trying to reassign a libref while the library is in use.
An unexpected return code has been received by SAS from the operating system. For more information, see Resolving Operating System and Windows Error Messages.
The file you are trying to access does not exist. Verify that you have specified the correct drive and directory. This error can also occur if you are trying to write to a write-protected diskette.
You are trying to update a file on a write-protected diskette or you are trying to update a file marked as read-only.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.