Assembly / HLASM · Message ID
What does IEC031I Space Abend Message (D37) mean in Assembly / HLASM?
Accompanies system completion code D37/SD37: an output dataset used up its entire primary space allocation, and either no secondary SPACE quantity was coded or what was coded wasn't enough to let the dataset extend further on the current volume.
Accompanies system completion code D37/SD37: an output dataset used up its entire primary space allocation, and either no secondary SPACE quantity was coded or what was coded wasn't enough to let the dataset extend further on the current volume.
Add or increase the secondary SPACE quantity in the DD statement's SPACE parameter so the dataset can auto-extend instead of failing outright.