Chapter 5. Extended Remote Copy 267
Use of the XQUERY command can also be authorized in the FACILITY class profile
STGADMIN.ANT.XRC.XQUERY. XRC first checks STGADMIN.ANT.XRC.COMMANDS for authorization,
and if authorization is not permitted with this profile, XRC will check
STGADMIN.ANT.XRC.XQUERY.
The following examples activate the RACF FACILITY class, define the profile for the XRC
commands, and give user STGADMIN authority to use this profile:
1. Activate the RACF FACILITY class:
SETROPTS CLASSACT(FACILITY)
2. Define the profile for XRC commands, and authorize user STGADMIN to use this profile:
RDEFINE FACILITY STGADMIN.ANT.XRC.COMMANDS UACC(NONE)
PERMIT STGADMIN.ANT.XRC.COMMANDS CLASS(FACILITY) -
ID(STGADMIN) ACCESS(READ)
5.23.7 Restricting acc ...