I am implementing IBM FileManager/CICS and getting a SFR/RFR: 0/20:0 from a RACROUTE STATUS=ACCESS REQUEST=AUTH,CLASS='XFACILIT' call, how do I address this?
search cancel

I am implementing IBM FileManager/CICS and getting a SFR/RFR: 0/20:0 from a RACROUTE STATUS=ACCESS REQUEST=AUTH,CLASS='XFACILIT' call, how do I address this?

book

Article ID: 44771

calendar_today

Updated On:

Products

ACF2 ACF2 - DB2 Option ACF2 for zVM ACF2 - z/OS ACF2 - MISC PanApt PanAudit

Issue/Introduction

I am implementing IBM FileManager/CICS and getting a SFR/RFR: 0/20:0 from a RACROUTE STATUS=ACCESS REQUEST=AUTH,CLASS='XFACILIT' call, how do I address this?

 

 

 

Environment

Release:
Component: ACF2MS

Resolution

If a user is performing a File Manager function that can read or update the data set, then an additional check for the XFACILIT class for CICS is performed to validate whether the user has the required level of access to the data set name.

 

For a CICS file with dataset name hlq.qualifier2.qualifier3.qualifier4

and access by user USER001 the following is a sample rule that can be

used.

 

ACF

SET RESOURCE(XFC) 

 

RECKEY FILEM ADD( hlq.qualifier2.qualifier3.qualifier4 UID(uid for USER001) ALLOW)