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

S722 abend and ESTAE


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

New User


Joined: 22 Aug 2019
Posts: 1
Location: Canada

PostPosted: Sat Apr 24, 2021 6:57 pm
Reply with quote

I have an assembler program that issues output to a sysout DD. I also have an ESTAE exit in that program. I have an OUTLIM on the sysout DD. When I exceed the OUTLIM, I get an S722 abend, as expected. The ESTAE routine is entered and it tries to write a few messages to the sysout DD. I have tried various tests and it seems that I am able to write one record (via PUT macro) but anything after that does not show up on the output.

Is there any documentation that describes this apparent limit?

TIA
Back to top
View user's profile Send private message
steve-myers

Active Member


Joined: 30 Nov 2013
Posts: 917
Location: The Universe

PostPosted: Sun Apr 25, 2021 2:13 am
Reply with quote

Are you writing to the same data set as got the S722 or another data set? You also did not tell us whether you are writing in the ESTAE exit or the "retry" routine.

If you are writing to the same data set as got the S722, it may be a JES issue. You might try to start an IBM problem to get more clarity on this issue.

More than 10 years ago I worked an S722 issue that resulted in a large APAR/PTF that was quickly PE'ed. I never truly understood what JES2 was really trying to fix, or what the APAR was doing, though it fixed my immediate problem. Oh yes, my problem was a job level S722, not a data set S722, so the two issues are not quite identical.
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 9
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