
The SECPRFX system initialization parameter determines whether
CICS applies a prefix to the RESID option on the QUERY SECURITY command. For
example, if you issue the following command:
QUERY SECURITY RESTYPE('FILE') RESID('PAYFILE')
- When SECPRFX=YES, CICS® applies the CICS region userid as a prefix, and calls
RACF to check the user's access to cics_region_userid.PAYFILE.
- When SECPRFX=prefix, CICS applies the prefix supplied, and calls
RACF to check the user's access to prefix.PAYFILE.
- If SECPRFX=NO is specified, CICS does not apply a prefix, and calls RACF
to check the user's access to PAYFILE.
