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
 
RLFC abend

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

New User


Joined: 01 Mar 2005
Posts: 10

PostPosted: Tue Sep 27, 2005 7:47 pm    Post subject: RLFC abend
Reply with quote

Any one having idea about RLFC abend.....its happening to one cics pgm recently.It was working file for last 3 years..there was no change done in the pgm but its abending with RLFC.... i dont know whts the reason for that.. Can anyone help me in this.

Regards
Infoman
Back to top
View user's profile Send private message
References
PostPosted: Tue Sep 27, 2005 7:47 pm    Post subject: Re: RLFC abend Reply with quote

kanak

Moderator


Joined: 12 Mar 2005
Posts: 260
Location: India

PostPosted: Wed Sep 28, 2005 4:38 pm    Post subject:
Reply with quote

RLFC - File control requests exceeded.
This is basically resource-Limiting Abend Codes. It might can happen that resource which are being used by your CICS are now used by many programs running cuncurrently in OS. Some more type of resource limiting abend code are:

Code:
RLAD ADABAS requests exceeded.         
RLCP CPU utilization exceeded.         
RLDB DB2 requests exceeded.           
RLDC DATACOM requests exceeded.       
RLDL DL/I requests exceeded.           
RLDS DSA storage utilization exceeded.
RLED EDSA storage utilization exceeded.
RLEL Elapsed time exceeded.           
RLID IDMS requests exceeded.           
RLMQ MQ requests exceeded.             
RLSU SUPRA requests exceeded.         
Back to top
View user's profile Send private message
infoman123

New User


Joined: 01 Mar 2005
Posts: 10

PostPosted: Sat Oct 01, 2005 8:07 am    Post subject: Re: RLFC abend
Reply with quote

Kanak,

thnx for the info.But how we can avoid this abend.Do we need to do anything in our program.My doubt is then why only this program is getting this abend.

Regards
Infoman
Back to top
View user's profile Send private message
keshanch

Guest





PostPosted: Sun Oct 09, 2005 11:22 am    Post subject: here it is
Reply with quote

Hi,
Its all happened b'coz of more file requests to your file. May be in the past your requirement has been met before the file requests exceed the threshlod limit defined. But its not so now.

solutions:

1. Find out the threshold limit defined for that file and make sure to stop processing te file once it reaches the threshold limit. Every read, start, end will be considered as a file request. Have a counter to track the number of requests on the file.
Back to top
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