Common system abends related to storage
The items are listed by system abend code.
This table shows common system abend codes that might occur when abends result from errors in storage parameters. For details on DFSORT's use of storage and storage parameters, see DFSORT Installation and Customization R14 and DFSORT Application Programming Guide R14.
Abend Code | Problem |
---|---|
106 | There was not sufficient storage to load a module. Ensure that the values for REGION, MAINSIZE, SIZE, RESALL or RESINV are sufficient. |
804, 80A | The amount of storage requested exceeded that available. Ensure that the values for REGION, MAINSIZE, SIZE, RESALL or RESINV are sufficient. |
878 | User exits required more storage than was available. Ensure that the values for REGION, MAINSIZE, SIZE, RESALL or RESINV are sufficient. |
D37 | A SORTWK or SORTOUT data set was specified with insufficient primary space allocation and no secondary allocation. Increase the primary allocation, or include a value for secondary allocation. |
E37 | A SORTOUT data set was allocated on a primary volume that had either insufficient storage or excessive fragmentation, and no secondary volume was specified. Specify more than one volume in the VOLSER parameter for the SORTOUT data set or compress the volume to allow it to contain the full 16 extents. |
For more information on debugging and correcting problems using DFSORT, see DFSORT Messages, Codes and Diagnosis Guide R14. For general information on DFSORT, see DFSORT Application Programming Guide R14.