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

Storage violation in online region


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
JAYADEV.G

New User


Joined: 13 Apr 2007
Posts: 11
Location: hyderabad

PostPosted: Sun Jan 25, 2009 2:16 pm
Reply with quote

Hi,

Can anyone tell me why do we get STORAGE VIOLATION for online region.

The Dump that is captured also does not give much info.

Im not able proceed further to resolve the issue.

Can anyone assisst me regarding this.

...thnx
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Sun Jan 25, 2009 8:18 pm
Reply with quote

CICS marks each block of acquired storage with its owning task. If your program attempts to read or write memory that is not within one of its blocks of storage, you get a storage violation. There are many possible causes, including subscript out of range, improper coding of CICS program, and DFHCOMMAREA mismatches between different programs. They can be tricky to run down but perhaps starting with a trace of the code could help narrow the possible 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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts CICS vs LE: STORAGE option CICS 0
No new posts Insufficient Storage ABENDS & Debugging 7
No new posts Underscore was not populated to onlin... CICS 1
Search our Forums:

Back to Top