The following are sample definitions for users running under CA ACF2. The actual implementation in your environment may differ from these templates.
For example:
SET CONTROL(GSO)
INSERT CLASMAP.LSRV2 ENTITYLN(44)‑
RESOURCE($LSRVDSN) RSRCTYPE(LSV)
Issue a MODIFY command from the console:
F ACF2,REFRESH(CLASMAP)
Create resource rules for the data sets that are under the control of CA‑L‑Serv:
SET RESOURCE(LSV) COMPILE .$KEY(prefix1) TYPE(LSV) .UID(*************userid1) SERVICE(DELETE) ALLOW .UID(*************userid2) SERVICE(DELETE) ALLOW .<blank character> STORE
Optionally, you can define a pseudo data set of 'ALL' to represent all the data sets under CA‑L‑Serv control:
SET RESOURCE(LSV) COMPILE .$KEY(ALL) TYPE(LSV) .UID(*************userid1) SERVICE(DELETE) ALLOW .UID(*************userid2) SERVICE(DELETE) ALLOW .<blank character> STORE
SET RULE COMPILE .$KEY(prefix1) .$MODE(ABORT) .qualifier.qualifier UID(*************LSERV) WRITE(A) .<blank character> STORE COMPILE .$KEY(prefix2) .$MODE(ABORT) .qualifier.qualifier UID(*************LSERV) WRITE(A) .<blank character> STORE
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |