Problem Note 54760: A dynamic allocation failure in SASĀ® 9.4 TS1M2 causes a system abend 378 when system option FILEMSGS is set
In SAS 9.4 TS1M2, you might see the following error in your SAS log:
ERROR: System abend 378 occurred outside of the SAS environment.
This occurs if all of the following are true:
- You are executing SAS 9.4 TS1M2
- Your SAS session has the SAS system option FILEMSGS in effect
- Any failure occurs during Dynamic Allocation (DYNALLOC) of a file
The DYNALLOC service allocates resources for use within SAS during an active SAS session. For example, you might receive this failure if you reference a data set that does not exist and you specify DISP=SHR or DISP=OLD. A FILENAME statement that causes a DYNALLOC failure might stop responding. The SASLOG shows the error message but the job remains in the initiator and you must cancel it to clear it from the initiator.
Some of the SAS features that perform dynamic allocation are as follows:
- FILENAME statement
- %INCLUDE statement
- DSNEXST function
- FILEEXIST function
Note that SAS dynamically allocates these data sets only when you use the physical data set name. If you reference Ddnames from your job's JCL, the files are not allocated via DYNALLOC.
To circumvent this problem, set the SAS system option NOFILEMSGS.
Operating System and Release Information
SAS System | Base SAS | z/OS | 9.4 TS1M2 | 9.4 TS1M3 |
*
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.
Under SAS 9.4 TS1M2, with the FILEMSGS option set, a system abend 378 might occur.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2014-12-17 18:21:54 |
Date Created: | 2014-12-03 09:23:58 |