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

ABEND S878 Reason code = 10


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

New User


Joined: 26 Mar 2008
Posts: 35
Location: Chennai

PostPosted: Tue Feb 17, 2009 1:12 pm
Reply with quote

Hi,
I have got the Abend S878 with the reason code of 10. In that it is mentioned as Not enough Virtual Private area storage available.

Kindly provide your suggestion to overcome this problem.

Thanks in advance.
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Tue Feb 17, 2009 2:46 pm
Reply with quote

Code:
10        There is not enough virtual private area storage available to     
          satisfy the request. This is due to one of the following:         
                                                                           
          o   A program is requesting virtual storage, but not             
              subsequently freeing the storage.                             
                                                                           
          o   The region size specified is too small.                       
                                                                           
          o   An installation exit is requesting virtual storage from a     
              V=R region before initialization of the region has           
              completed.     

Please talk with system support.
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Tue Feb 17, 2009 2:50 pm
Reply with quote

Application Programmer Response:
Depending on the reason code, do one of the following:
10 Try increasing the region size specified in the region parameter on the JOB or EXEC card in the JCL for the job. However, if the cause of the problem is actually that a program is requesting virtual storage and not freeing it, the abend will recur when the program uses the virtual storage in the larger region.
Back to top
View user's profile Send private message
Siva S

New User


Joined: 26 Mar 2008
Posts: 35
Location: Chennai

PostPosted: Tue Feb 17, 2009 2:59 pm
Reply with quote

Dear Gnanas N,
Thank you for your response.

Dear William Thompson,
Thanks for your response. I have already tried with increasing the region size to the maximum. But still it is showing the same error. I hope that this requires the system wide change. So we have tried the following cases,

1. Increasing the REAL size.
2. Modify SQA size.

But still we are getting the same problem. Kindly suggest me with any other option.


Thanks in advance
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Tue Feb 17, 2009 4:59 pm
Reply with quote

Gnanas N wrote:
Please talk with system support.
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: Wed Feb 18, 2009 4:56 am
Reply with quote

Siva S: you need to discuss this with your systems support people because you may be running in a job class that at your site is limited as far as region size; your putting the maximum region size on your JOB card could be getting ignored. Only your site support people can help you determine what to do to prevent the S878 abend.
Back to top
View user's profile Send private message
Ajay Baghel

Active User


Joined: 25 Apr 2007
Posts: 206
Location: Bangalore

PostPosted: Wed Feb 18, 2009 10:09 pm
Reply with quote

Hi Siva,

Try reducing the bufferno associated with each file. Change BUFNO and BUFND to minimum like 1 or 2 in the jcl.

This will reduce the buffer requiremnt from virtual storage.

Thanks,
Ajay
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Wed Feb 18, 2009 11:45 pm
Reply with quote

Siva S wrote:
I have already tried with increasing the region size to the maximum.
What did you specify as the maximum?

Did you put it on the JOB or on the STEP. See if there is a REGION both places.

If you examine the ABEND message, there are fullword fields to show how much virtual storage you are requesting. See if the number sounds reasonable.
Back to top
View user's profile Send private message
Siva S

New User


Joined: 26 Mar 2008
Posts: 35
Location: Chennai

PostPosted: Thu Feb 19, 2009 9:10 am
Reply with quote

Hi All,
Thanks a lot for all your responses. The problem has been overcome. We have modified the CSA size, after that it worked fine.

Once again, Thank you Gnanas N, William Thompson, Robert Sample, Ajay Baghel and Bill Dennis.
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Thu Feb 19, 2009 9:30 am
Reply with quote

Hi,

You're welcome.

Glad to hear that your problem has been solved.
Thanks for letting us know the solution.

Have a good day! icon_smile.gif
Back to top
View user's profile Send private message
Ajay Baghel

Active User


Joined: 25 Apr 2007
Posts: 206
Location: Bangalore

PostPosted: Tue Feb 24, 2009 7:14 pm
Reply with quote

Quote:
We have modified the CSA size


Siva: Can you please tell what CSA is? This is new to me!

Thanks,
Ajay
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Feb 24, 2009 7:16 pm
Reply with quote

Ajay Baghel wrote:
Quote:
We have modified the CSA size

Siva: Can you please tell what CSA is? This is new to me!
Thanks,
Ajay


Can you not access GOOGLE from where you are ?
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 run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Reorg abended with REASON=X'00E40347' DB2 2
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts REASON 00D70014 in load utility DB2 6
Search our Forums:

Back to Top