Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
what is soc abend

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> ABENDS & Debugging
Author Message
jai12ka4

New User


Joined: 02 Jul 2005
Posts: 1

PostPosted: Sun Jul 17, 2005 6:40 pm    Post subject: what is soc abend
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
References
PostPosted: Sun Jul 17, 2005 6:40 pm    Post subject: Re: what is soc abend Reply with quote

sarma_t

Guest





PostPosted: Mon Jul 18, 2005 12:08 pm    Post subject: Resolving SOC7 AND SOC4
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

Global Moderator


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

PostPosted: Mon Jul 18, 2005 8:03 pm    Post subject: Re: what is soc abend
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> ABENDS & Debugging All times are GMT + 6 Hours
Page 1 of 1