)F Function to check access to RACF resource Build 001 Initial Description Function returns 0 if racacc will be granted, otherwise 1 Syntax rc=RXSAFCHK(access,class,entity) access READ, UPDATE, ALTER or CONTROL class Resource type, i.e. 'dataset'. entity Resource name, i.e. 'SYS1.PARMLIB'. Note that access and class are uppercased internally, entity is not, unless class is DATASET. rc 0 all ok 1 check failed, see variable RXSAFCHK_CODES for details 8 parameter error, see variable RXSAFCHK_REASON for details Refer to the manual 'Security Server RACROUTE Macro Reference' chapter 'System macros' section 'REQUEST=AUTH' description of 'Return codes and reason codes' for details of the return- and reason codes. RXSAFCHK_REASON will be set for the most common return/reason codes. Sample cc=RXSAFCHK('update','dataset','dvl.test.parmlib')