Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Revoke Access Code Authority (RVKACCAUT) command allows you to revoke the access code authority for an individual user or a group of users.
Restrictions:
You must have all object (*ALLOBJ) special authority to revoke access code authority for other users.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
ACC | Document access code | Single values: *ALL Other values (up to 300 repetitions): 1-2047 |
Required, Positional 1 |
USER | User profile | Single values: *CURRENT, *ALL Other values (up to 300 repetitions): Name |
Required, Positional 2 |
Top |
Specifies the access code for which authority is revoked.
This is a required parameter.
Top |
Specifies the names of the user profile for which access code authority is revoked.
This is a required parameter.
Note: You can specify *CURRENT on the USER parameter to remove authority from any access codes to which you have authority.
Top |
Example 1: Revoking Authority of Current User
RVKACCAUT ACC(250) USER(*CURRENT)
This command takes away the access code authority of access code 250 from the user currently running this command.
Example 2: Revoking Authority of Specific User
RVKACCAUT ACC(300) USER(BILLY)
This command takes away the access code authority of access code 300 from user BILLY. This command must be run by someone with *ALLOBJ or *SECADM special authority, or by user BILLY. A user who runs this command for himself can enter USER(*CURRENT) or his own user profile name; they are the same.
Top |
*ESCAPE Messages
Top |