Valid on z/OS.
Use AREA to secure CA‑IDMS database areas.
When used with TSS ADDTO/REMOVE, this resource class has the following format:
TSS ADDTO(acid) AREA(prefix(es))
One to eight characters
One to five prefixes per TSS command
When used with TSS PERMIT/REVOKE, this resource class has the following format:
TSS PERMIT(acid) AREA(prefix(es))
ACCESS(access levels)
One to forty‑four characters
One to five prefixes per TSS command
AREA is used with:
The administrator can:
This example gives the Personnel Department ownership of the AREA for the Corporate Personnel Database (PERDB):
TSS ADDTO(PERSDP) AREA(PERDB)
This example removes ownership:
TSS REMOVE(PERSDP) AREA(PERDB)
This example permits USER01 to have ALL access to PAYFILE:
TSS PERMIT(USER01) AREA(PAYFILE)
ACCESS(ALL)
This example revokes USER01's access to PAYFILE:
TSS REVOKE(USER01) AREA(PAYFILE)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|