Problem Note 32829: A system abend might occur if you run out of space in the Work library while processing the %MEND macro in Base SASĀ® running under z/OS
If you run out of space in the Work library while you are processing the %MEND macro statement, a system abend might occur.
If either a B37 or D37 system abend occurs, then you have run out of space in the Work library. Under these circumstances, an S0C4 system abend also occurs.
You might see error messages in your SAS log that are similar to the following:
IEC030I B37-04,IFG0554A,SYSTSAS1,PSTP0010,WORK,7331,MSRMN2,GRPTRMW.SAS.WORK
NOTE: EOV MACRO WAS NOT ABLE TO OBTAIN AN ADDITIONAL EXTENT FOR LIBRARY DATA SET GRPTRMW.SAS.WORK, VOLUME NUMBER 1. SYSTEM RC = 0000B37;
REASON CODE = 00000004.
ERROR: SYSTEM ABEND 0C4 OCCURRED IN MODULE SABXSPL0 FUNCTION YLMREAD AT OFFSET 00004A.
To circumvent this problem, you must allocate a larger Work library. Depending on where Work library space is allocated, you might have to add a WORK DD to your batch job or execute your SAS CLIST or REXX EXEC with more work space. You can run the following code to get more information about the Work library allocation.
libname work list;
run;
See the "Work Library and Other Utility Files" section of the SAS® 9.4 Companion for z/OS, Sixth Edition for an overview of the Work library.
Operating System and Release Information
| SAS System | Base SAS | z/OS | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
*
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: | Problem Note |
| Priority: | medium |
| Date Modified: | 2008-08-20 10:13:36 |
| Date Created: | 2008-07-31 09:05:58 |