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

S0C7 because of memory overlapping


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

Active User


Joined: 21 Jun 2009
Posts: 160
Location: Indore

PostPosted: Thu Jun 10, 2010 6:50 pm
Reply with quote

Sorry everyone.
I think it is some synchronization issue.When I was posting reply for the last post meanwhile some other person posted his reply.

Sorry once again.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Jun 10, 2010 6:52 pm
Reply with quote

Ok, not a problem - this thread had been drifted a lot, but could you get a way to go now?
Back to top
View user's profile Send private message
rgupta71

Active User


Joined: 21 Jun 2009
Posts: 160
Location: Indore

PostPosted: Thu Jun 10, 2010 7:01 pm
Reply with quote

I have done modification in the source CBL SSRANGE (1st Line of the Program) in program and changed JCL to EXEC PGM=BATCH to EXEC PGM=BATCH,PARM='/CHECK(ON)'.The job abended as ususal but I am still looking for overflowing array's list.Where I can find the list.

Thanks
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Jun 10, 2010 7:06 pm
Reply with quote

What is that I hear?

the scrapping of chairs as everyone madly clears the building!!
Back to top
View user's profile Send private message
dneufarth

Active User


Joined: 27 Apr 2005
Posts: 420
Location: Inside the SPEW (Southwest Ohio, USA)

PostPosted: Thu Jun 10, 2010 7:11 pm
Reply with quote

I think it's in core! icon_biggrin.gif (for you old guys)
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Jun 10, 2010 7:16 pm
Reply with quote

rgupta71,

in order to determine if it is an overlay (corruption) problem
or
a bad initialization problem:
  • tell us how the table is being initialized
  • before the start of any accumulation routines, code a display field(n) where n = the occurance of your table at abend
  • code a display after exiting the accumulation routine


this will enable you to determine if you have faulty initialization or a possible overlay which leads to the corruption.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Jun 10, 2010 7:22 pm
Reply with quote

Hello,

Quote:
The job abended as ususal but I am still looking for overflowing array's list.Where I can find the list.
You need to use "real" terms - not just some words that are strung together and sound neat. . .

What is an "overflowing array's list" icon_confused.gif

You have some code that either is using improperly initialized values or something in the code is corrupting some previously valid value. You simply need to chase down the problem in your code. You may need to put a bit of diagnostic code into the module to determine what is causing the failure.
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 Goto page Previous  1, 2

 


Similar Topics
Topic Forum Replies
No new posts S0C7 - Field getting overlayed COBOL Programming 2
No new posts Access an specific memory address exp... COBOL Programming 1
No new posts FIELDS OVERLAPPING WITH MODE = IN OR ... CICS 3
No new posts Foreign character look different in m... COBOL Programming 3
No new posts S0C7 abend while running a Cobol Program COBOL Programming 2
Search our Forums:

Back to Top