Valid on z/OS, z/VM, and z/VSE.
Use the ACCESS keyword to control the types and level of access to many resource classes such as:
Ownership automatically confers total access to the resource to the owner unless Record Level Protection (RLP) is implemented.
This keyword has the following format:
TSS PERMIT(acid) PPT(pptname) ACCESS(access level)
This keyword can be used with:
You can also use this keyword when adding a resource to the AUDIT record using the ADD command.
When granting XAUTH authority to the named “ACID,” the administrator may limit the access levels which the named “ACID” can PERMIT.
If the ADMIN command does not specify an ACCESS clause, the named "ACID" of the command is not allowed to specify an ACCESS keyword in PERMIT commands. As a result, all PERMIT commands issued by the named "ACID" will default to the DEFACC access‑level defined in the RDT
Named "ACID" may permit any resource at any access level.
Named "ACID" may permit any resource at the access level CONTROL.
Named "ACID" may permit any resource at the access level CREATE.
Named "ACID" may permit any resource at the access level DELETE.
Named "ACID" may permit any resource at the access level FEOV.
Named "ACID" may permit any resource at the access level FETCH.
Named "ACID" may permit any resource at the access level NONE.
Named "ACID" may permit any resource at the access level PURGE.
Named "ACID" may permit any resource at the access level READ.
Named "ACID" may permit any resource at the access level REPLACE.
Named "ACID" may permit any resource at the access level SCRATCH.
Named "ACID" may permit any resource at the access level UPDATE.
Named "ACID" may permit any resource at the access level WRITE.
Note: The ACLST of the resource class definition in the RDT governs the appropriate use of ACCESS levels in PERMIT commands for individual resources.
This example authorizes USER01 to update all data sets with AP as their highest-level qualifier:
TSS PERMIT(USER01) DSNAME(AP.) ACCESS(UPDATE)
In this example, USER02 must load the PAYUPDAT program from the PAYROLL.PRODLIB library, through BATCH to access the PAYROLL.MASTER data set:
TSS PERMIT(USER02) DSNAME(PAYROLL.MASTER) PRIVPGM(PAYUPDAT) LIBRARY('PAYROLL.PRODLIB') FACILITY(BATCH) ACCESS(UPDATE)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|