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

what is soc abend


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

New User


Joined: 02 Jul 2005
Posts: 1

PostPosted: Sun Jul 17, 2005 6:40 pm
Reply with quote

pls let me know ELABORATELY


WHAT IS SOC ABENDS AND HOW TO RESOLVE SOC7 AND SOC4 IF JOB GET ABENDS.

pls help me

Thanks in Advance,
Jaiganesh.e
Back to top
View user's profile Send private message
sarma_t

Guest





PostPosted: Mon Jul 18, 2005 12:08 pm
Reply with quote

Hi Jaiganesh,


SOC7:

You will get this error because of invalid data.This is basically data exception error.

solution:

First you need to specify PARM = XREF in Compilation JCL.

Then it will display all the corresponding OFFSETS to the statements.

Then
goto SYSDUMP there you can find the offset where the error has occured.copy that offset and type FIND OFFSET in the command prompt, then the control will go to the corresponding erroneous statement.Then you can correct the statement.

SOC4:

This error occurs because of two reasons:

1.out of subscript:

trying to perform more than specified limit.

suppose you specified the length of the array as 10 but trying to access the 11th element from the array.

2.invalid address:

This error occurs when you are TRYING TO READ,WRITE,DELETE THE RECORDS WITHOUT OPENING the FILE.


by
Sarma.
Back to top
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Mon Jul 18, 2005 8:03 pm
Reply with quote

Hi Jaiganesh,

This is one of the most frequently asked question in the Forum...

A search could have given you enough material....

http://ibmmainframes.com/viewtopic.php?t=3372
http://ibmmainframes.com/viewtopic.php?t=2544

For more...

http://ibmmainframes.com/viewtopic.php?t=263
http://ibmmainframes.com/viewtopic.php?t=608
http://ibmmainframes.com/viewtopic.php?t=2604

Regards,

Priyesh.
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 ISAM and abend S03B JCL & VSAM 10
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
No new posts Need to get an DLI abend like U0200 IMS DB/DC 2
Search our Forums:

Back to Top