MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

IMS buffers.

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> IMS
View previous topic :: View next topic  
Author Message
YSMVS
Beginner


Joined: 19 May 2004
Posts: 51
Topics: 25
Location: My House

PostPosted: Wed Aug 10, 2005 7:18 pm    Post subject: IMS buffers. Reply with quote

Hi,

Our programs are not written well enough to issue a checkpoint when FW status code is obtained. As a result we are facing many abends with 'FR' status code.

As a quick solution we are planning to increase the Normal Buffer (NBA) and Overflow Buffer (OBA).

1. How to estimate the amount of NBA and OBA required.
2. Is there any system constrain exists for these valuse, will there be a problem if too many jobs with increased values run at a same time?
3. If we ensure that competing jobs run at different times, will it help solving the problem?

Thanks,
YSMVS.
_________________
Thanks,
YSMVS
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12383
Topics: 75
Location: San Jose

PostPosted: Thu Aug 11, 2005 6:50 am    Post subject: Reply with quote

Quote:

Our programs are not written well enough to issue a checkpoint when FW status code is obtained. As a result we are facing many abends with 'FR' status code.

As a quick solution we are planning to increase the Normal Buffer (NBA) and Overflow Buffer (OBA).



YSMVS,

I suggest that you code an error-handling routine, triggered by the FW status code, that will cause your program to issue SYNC calls, CHKP requests, or SYMCHKP commands as soon as an FW status code is returned to your program. This reduces the total buffer requirement. To avoid receiving the FW status code, issue SYNC or CHKP calls more frequently.

Quote:

1. How to estimate the amount of NBA and OBA required.


Check this link

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DFSA10E1/8.5?DT=20010425155540

Quote:

2. Is there any system constrain exists for these valuse, will there be a problem if too many jobs with increased values run at a same time?


If you have more jobs trying to increase/allocate buffers , then you would definitely have problem acquiring buffers as all buffers would have been exhausted.

Quote:

3. If we ensure that competing jobs run at different times, will it help solving the problem?


I don't think so ! I also suspect that you will be adding more problems. Try with suggestion of an error-routine which issue SYNC calls.

Hope this helps...

Cheers

kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> IMS All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group