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

Getting S0C4 intermittantly


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

New User


Joined: 14 Jun 2012
Posts: 96
Location: India

PostPosted: Fri Sep 06, 2013 1:07 pm
Reply with quote

When we are triggering a OTMA transaction, getting S0C4 intermittantly.

We checked the dump and got the line where it is causing abend. It's Inspect worb, where we are trying to find leading spaces by reversing the xml. What could be the issue? Please help.

[/img]
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 Sep 06, 2013 1:15 pm
Reply with quote

If you don't show some code and data, the only answer to What could be the issue? is:

You've got a bug. At least one.

So, show the code (including data-definitions). Try to show a representative sample of the data.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Fri Sep 06, 2013 3:22 pm
Reply with quote

Quote:
What could be the issue?
The issue is actually quite simple. Your INSPECT WORB is attempting to access memory that does not exist.

As Bill said, without more details we can do nothing more to help you. Little details would help like ...
- batch or online?
- is WORB in LINKAGE or WORKING-STORAGE SECTION or somewhere else?
- how is WORB defined?

The quality of the help you receive is VERY closely related to the quality of the information you provide.
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 Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts S0C4 Reason Code 10 COBOL Programming 1
This topic is locked: you cannot edit posts or make replies. S0C4-X'11' issue - page translation e... JCL & VSAM 10
No new posts Getting S0C4 while running COBOL Data... COBOL Programming 4
No new posts Getting S0C4 when Writing a Record COBOL Programming 7
Search our Forums:

Back to Top