IBM MAINFRAME HELP & SUPPORT FORUMS
Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
 

RLFC abend

THIS IS AN ARCHIVE FORUM: CLICK HERE TO GO TO THE ORIGINAL TOPIC

 
       IBMMAINFRAMES.com - IBM Mainframe Support Forums Index -> ABENDS & Debugging
View previous topic :: View next topic  
Author Message
infoman123



Joined: 01 Mar 2005
Posts: 10

Posted: Tue Sep 27, 2005 7:47 pm    Post subject: RLFC abend  

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  
kanak



Joined: 12 Mar 2005
Posts: 259
Location: India

Posted: Wed Sep 28, 2005 4:38 pm    Post subject:  

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  
infoman123



Joined: 01 Mar 2005
Posts: 10

Posted: Sat Oct 01, 2005 8:07 am    Post subject: Re: RLFC abend  

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  
keshanch
Guest





Posted: Sun Oct 09, 2005 11:22 am    Post subject: here it is  

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  
 
       IBMMAINFRAMES.com - IBM Mainframe Support Forums Index -> ABENDS & Debugging
Page 1 of 1
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM