Usage Note 1676: USER 941 abend indicates out of memory condition
In Version 8 of the SAS System, it is possible to receive a user 941
('3AD'x) abend. This abend may also be accompanied by the following
messages:
viloada: autoload failed for module SASPLS . Not enough memory.
viloada: autoload failed for module SASF03 . Not enough memory.
SASHOST ENDED DUE TO ERROR+
USER ABEND CODE 3AD
The value for the SAS system option MEMSIZE is typically set by SAS
based on how much memory is available to your batch job or interactive
session. The option should not be overridden by any CONFIG file, or
specified in the default or restricted options tables.
To verify the value assigned to MEMSIZE and determine where the value
was set originally, run the following statements:
PROC OPTIONS OPTION=MEMSIZE DEFINE VALUE;
RUN;
Note: The expected value for the "How option value set" field
is "Internal".
For further information on MEMSIZE in the OS/390 environment, refer to
the Version 8 Online Documentation. In addition, see SAS Note #002596
for related information.
Operating System and Release Information
| SAS System | Base SAS | z/OS | 8 TS M0 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Usage Note |
| Priority: | |
| Topic: | Data Management ==> Access ==> SAS I/O
|
| Date Modified: | 2000-03-29 08:59:47 |
| Date Created: | 2000-02-09 16:03:33 |