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

SOC4 Abend while migrating from COBOL-85 to COBOL/370


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

New User


Joined: 16 Sep 2013
Posts: 2
Location: India

PostPosted: Mon Oct 07, 2013 12:31 pm
Reply with quote

Hello All,

We are migrating from COBOL-85 to COBOL/370, we are getting SOC4 Abend with Reason Code 10.

The Program calls an Assembler so we have included "CBL DATA(24)" in the program.

Based on the post ibmmainframes.com/about25156.html we've included "SYS1.CEE.SCEERUN" in the steplib before COB2LIB, but no luck.

The OFFSET specified in the dump is not part of the program (program ends at offset "002BB0")

Below is the Dump.
*****************************************************
SYSTEM COMPLETION CODE=0C4 REASON CODE=00000010
TIME=02.24.04 SEQ=17253 CPU=0000 ASID=0185
PSW AT TIME OF ERROR 078D1000 9AA16DA0 ILC 4 INTC 10
ACTIVE LOAD MODULE ADDRESS=1AA14000 OFFSET=00002DA0
NAME=IGZCEV5
DATA AT PSW 1AA16D9A - 300CBE3F D0D595C5 302B4770
GR 0: 8002A000 1: 1AA05A24
2: 8001B028 3: D741F228
4: 00000000 5: 00000001
6: 00007108 7: 00000004
8: 1AA11118 9: 000077FC
A: 1AA05A58 B: 1AA16950
C: 1AA09018 D: 1AA05948
E: 0001B028 F: 00000000
END OF SYMPTOM DUMP
*****************************************************

Could someone please guide us.
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: Mon Oct 07, 2013 12:52 pm
Reply with quote

You've gone from COBOL II to Language Environment.

You have abended in IGZCEV5.

You haven't showed us much.

If you use your favourite search engine. you might find some explanations which fit what you haven't shown us.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Mon Oct 07, 2013 1:30 pm
Reply with quote

www-01.ibm.com/support/docview.wss?uid=swg21543937
Back to top
View user's profile Send private message
satyagrahi144

New User


Joined: 16 Sep 2013
Posts: 2
Location: India

PostPosted: Tue Oct 08, 2013 12:22 pm
Reply with quote

Thanks Peter,

I removed the COB2 library from STEPLIB and its working fine. Before that I was trying to add "SYS1.CEE.SCEERUN" to the STEPLIB and for some reason it was not working.
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts ISAM and abend S03B JCL & VSAM 10
Search our Forums:

Back to Top