sb37 abend

In this Mainframe Forum - You can post your queries on DFSORT, ICETOOL , SyncSort & JCL Utilities

Moderators: Frank Yaeger, Moderator Group

Post Reply
sucharita14
Member
Posts: 5
Joined: Thu Sep 03, 2015 11:15 pm

sb37 abend

Post by sucharita14 » Fri Sep 25, 2015 5:34 pm

hello guys,
While executing a jcl for an easytrieve program I am getting space abend reason code 4. I tried to solve this problem by increasing the primary and secondary cylinders in space parameter. I even gave volume parameter by volume=(,,,6). but I am still getting space abend. guys please help.
space=(cyl,(400,4000),rlse) is my space parameter.

William Collins
Active Member
Posts: 732
Joined: Thu May 24, 2012 4:07 am

Post by William Collins » Fri Sep 25, 2015 7:02 pm

How many output records are you expecting and of what size?

sucharita14
Member
Posts: 5
Joined: Thu Sep 03, 2015 11:15 pm

Post by sucharita14 » Mon Sep 28, 2015 10:33 am

The size of the file is 3243. And it is printing records from 3 db2 tables and it should be around 3000+(not really sure how much)

William Collins
Active Member
Posts: 732
Joined: Thu May 24, 2012 4:07 am

Post by William Collins » Mon Sep 28, 2015 12:33 pm

Then you have a program loop. There is no way (if I have understood those figures) that your output should be so large.

Do you use GO TO (except GO TO JOB)? Do you have any DO loops?

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others