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

RLFC abend


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

New User


Joined: 01 Mar 2005
Posts: 10

PostPosted: Tue Sep 27, 2005 7:47 pm
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
kanak

Moderator


Joined: 12 Mar 2005
Posts: 252
Location: India

PostPosted: Wed Sep 28, 2005 4:38 pm
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
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
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
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 ISAM and abend S03B JCL & VSAM 10
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
No new posts Need to get an DLI abend like U0200 IMS DB/DC 2
Search our Forums:

Back to Top