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

how to resolve Abend 4088


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Harishankar

New User


Joined: 30 May 2007
Posts: 1
Location: India

PostPosted: Fri Apr 20, 2012 3:56 pm
Reply with quote

I am having transaction that triggers a prog1. The flow is like below

Prog1 --> prog2 --> prog3

in Prog 3 while calling prog 4.. exactly in the call statement I am getting this 4088 abend.

In xped Abend-AID Directory
the program given against the 4088 abend is Prog1. But actually the abend happens in a call statement in prog3.

4088 is A storage error was found by Language Environment. Please help me out on where to find more information in xped to resolve this issue. And how to resolve a storage error
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Fri Apr 20, 2012 4:05 pm
Reply with quote

OK, we know CICS is involved, but...

How, in each case, is control transferred from one program to another. If anything is by CALL, as in the Cobol CALL verb, is it a static or dynamic call?
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Mon May 07, 2012 10:04 pm
Reply with quote

normally, LE 4088, 4089 abends are cause by a cobol program referencing data outside the boundary of a table occurs limit. increasing the occurs limit can solve the problem.
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Mon May 07, 2012 10:41 pm
Reply with quote

Earl Haigh wrote:
normally, LE 4088, 4089 abends are cause by a cobol program referencing data outside the boundary of a table occurs limit. increasing the occurs limit can solve the problem.

"I couldn't fix your brakes, so I made your horn louder"? icon_eek.gif Would it not be well if the TS were to try to discover why the program is seeking to access storage beyond the maximum table size? (Assuming that that is the cause.)
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Need help to resolve a hard edit COBOL Programming 8
This topic is locked: you cannot edit posts or make replies. Need help to resolve a hard edit COBOL Programming 4
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
Search our Forums:

Back to Top