hi,
I have a few issues grasping some of the concepts behind protecting data sets.
For example, if for a group, say 'shop', i want all the data to be protected, I would say ADDSD SHOP.** UACC(NONE)
But then I want a group of users to be able to access/modify a part of the dataset. So I would do PERMIT SHOP.TEAMS.DEV.** ID(DEV) ACCESS(UPDATE)
now what i don't understand:
a) to be able to issue the second command I also need to do ADDSD SHOP.TEAMS.DEV.** UACC(NONE). Why is this since I already assigned UACC(NONE) to the SHOP?
b) is there an easy way to see who is on the PERMIT access list?
thanks