IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to solve SE37 ABEND?


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vamsi_krishna

New User


Joined: 26 Feb 2007
Posts: 2
Location: hyderabad

PostPosted: Mon Feb 26, 2007 3:21 pm
Reply with quote

Hi,

While compile and link editing a batch program in panvalet I got SE37 abend.

How do we resolve this?

Thanks,
Vamsi
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Mon Feb 26, 2007 3:58 pm
Reply with quote

SE37

Explanation: The error occurred when an output operation was requested. The data set was on a direct access or magnetic tape device. This system completion code is accompanied by message IEC032I. Refer to the explanation of message IEC032I for complete information about the task that was ended and for an explanation of the return code (rc in the message text) in register 15.

Application Programmer Response: Respond as indicated for message IEC032I.
Back to top
View user's profile Send private message
Gautam512

Active User


Joined: 05 Oct 2005
Posts: 308
Location: Vizag / US

PostPosted: Wed Mar 07, 2007 10:23 pm
Reply with quote

Hi Vamsi,

can u compress the load library dataset and try recompiling the program once again.
Back to top
View user's profile Send private message
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 331
Location: Jacksonville, FL

PostPosted: Wed Mar 07, 2007 11:47 pm
Reply with quote

This solution works only if the SE37 occurred against a standard PDS dataset.

If you received an SE37 against a standard PDS dataset (not PDSE), the problem is probably related to having used up all your directory blocks. If you can delete several members and compress the dataset, you should be fine. If you can't delete any members, you will need to:

1). Redefine your PDS with a greater number of directory blocks.
2). Use TSO option 3.3 to copy all members from the OLD PDS to the NEW PDS.
3). Rename your OLD dataset to OLD and your NEW dataset to the original dataset name.
4). Recompile.
Back to top
View user's profile Send private message
vamsi_krishna

New User


Joined: 26 Feb 2007
Posts: 2
Location: hyderabad

PostPosted: Thu Mar 08, 2007 10:30 am
Reply with quote

Hi,

Thanks for the replies.
My problem is solved after compressing the data set.

Best Regards,
Vamsi.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
No new posts Need to get an DLI abend like U0200 IMS DB/DC 2
Search our Forums:

Back to Top