Previous Topic: Creating ACFSERVE Privilege RecordsNext Topic: Listing ACFSERVE Privilege Records


Changing ACFSERVE Privilege Records

The CHANGE subcommand, under the CONTROL(ACFSERVE) setting, changes existing ACFSERVE privilege records. The syntax for the CHANGE subcommand is:


       { *                }
CHange { recordname       } field1,...,fieldn
       { LIKE(recordmask) } [ADD|DEL|REP]
 
       [ SYSID(sysid)      ]
       [ MSYSID(sysidmask) ]

The following CHANGE subcommand modifies the RESET record so that users who want to issue the ACFSERVE RESET command must have SECURITY, ACCOUNT, or AUDIT in their logonid records:

ACF
SET CONTROL(ACFSERVE)
CHANGE RESET AUTH(SECURITY,ACCOUNT,AUDIT) AUTLOGIC(OR)

Because we did not specify a SYSID, the subcommand affects the RESET record for the currently active SYSID.

See Changing VMO Records section for descriptions of the parameters for the CHANGE subcommand.