There are several reasons
why SAS might not start. Three reasons are listed here:
-
SAS will not start if you specify
an autoexec file that does not exist. An error message will appear
in the SAS log stating that the physical file does not exist.
-
SAS will not start if you specify
invalid options, such as a misspelled option:
./sas
—nodms —stimerr (stimer is misspelled)
.
-
SAS will not start if SAS cannot
find the configuration file. This error normally indicates an installation
problem.
If SAS does not start,
the SAS log might contain error messages that explain the failure.
However, error messages that SAS issues before the SAS log is initialized
are written to the console log. With the addition of better error
handling, a failure could cause information to be written to standard
output as well.
If the system is not
patched correctly, SAS can generate an error such as NLS Extension
Failure. This and other types of error messages indicate that the
installation did not set up the search rules correctly.
Under UNIX, the STDOUT
fileref specifies the location of the console log.