IBM Utility HZSPRINT is getting error message HZSU001I
HZSU001I Check messages
Sysplex: TSTPLEX System: TST2
Filter: CHECK(*,*)
Filter: Only checks with exception(s)
******************************************
******************************************
Not authorized or XFACILIT not RACLISTed
Either resource violation or resource rules are not resident
Release : 16.0
Component : CA ACF2 for z/OS
The term RACLISTed is equivalent to the resource being RESIDENT in ACF2 terms in the ACF command prompt.
Issue the SHOW RESIDENT command to check if a resource type is resident.
The error is resolved by adding an INFODIR entry for XFC for XFACILIT resources.
ACF
SET CONTROL(GSO)
CHANGE INFODIR TYPES(R-RXFC) ADD
F ACF2,REFRESH(INFODIR)
F ACF2,REBUILD(XFC)
END
Techdoc link to SHOW RESIDENT command