E Obsolete Database Utilities
REVOKE privilege ACCESS OF target_list FROM acl_list;Where privilege is one of:
The acl_list is a list of access profile numbers separated by a comma (,). The keyword PUBLIC may be used as a synonym for access class 0.
For example:
REVOKE ALL ACCESS OF Budget FROM PUBLIC;This revokes any access to the data set Budget for members of the access profile
REVOKE WRITE ACCESS OF Parts TO 1,2;This statement revokes write access on data set Parts for members of access pro