Valid on z/OS.
Use PDSMEMn to secure an individual or group of Partitioned Data Set members. (where n is 1 to 8)
When used with TSS ADDTO/REMOVE, this resource class has the following format:
TSS ADDTO(acid) PDSMEMn(member|<DIR>|<BYPASS>)
One to eight characters
One to five PDS members per TSS command
When used with TSS PERMIT/REVOKE, this resource class has the following format:
TSS PERMIT(acid) PDSMEMn(prefixes)
ACCESS(access‑level(s))
One to eight characters
One to five PDS members per TSS command
This keyword is used with:
The administrator can:
Masking is not allowed; however, ownership or permission is granted by generic prefixing within resource class.
This example assigns ownership of a PDS member‑name family, prefixed by IEA:
TSS ADDTO(SYSPROG) PDSMEM(IEA)
This example removes ownership:
TSS REMOVE(SYSPROG) PDSMEM(IEA)
This example permits access for READ and UPDATE to member IEASYS00:
TSS PERMIT(SYSPROG) PDSMEM(IEASY00)
ACCESS(UPDATE)
READ is implied by UPDATE.
This example revokes access:
TSS REVOKE(SYSPROG) PDSMEM(IEASY00)
|
Copyright © 2009 CA Technologies.
All rights reserved.
|
|