View previous topic :: View next topic |
Author |
Message |
BobGilbert Beginner
Joined: 12 Sep 2006 Posts: 24 Topics: 10
|
Posted: Wed Jun 18, 2014 5:27 pm Post subject: DFSMS ABACKUP and masks |
|
|
Where can I find the rules used for masking datasets using abackup I need to compare these to RACF rules. The idea is to take the RACF rules and run them in a abackup with verify to get a full listing of all datasets meeting the RACF rule. It would be nice to understand if I could use a more specific racf rule for the exclude as well.
You might say use 3.4, but some requests go for 30 or 40 rules and this will aid in cleanup or RACF which has been neglected.
The only issues thus far I can see is in DFSMS you use two ** for multiple groups and i have not investigated the RACF dataset rules yet, I see some rules with a single * and need to understand the behaivioru in RACF.... Of course options in the abackup need to be set to look on dasd, migrated and tape.
I looked first without success in several manuals. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
BobGilbert Beginner
Joined: 12 Sep 2006 Posts: 24 Topics: 10
|
Posted: Thu Jun 19, 2014 10:10 am Post subject: |
|
|
I don't see the actual masking rules, like use ** instead of * to get all levels etc, for example a mask of ABCD*.ABCD would pick up datasets ABCD.ONE.ABCD but not ABCD.ONE.TWO.ABCD, use ABCD.**.ABCD to pickup ABCD.ONE.TWO.ABCD etc., I was hoping to find the mask rules documented. These rules may not be only relevant to DFSMSHSM, not sure. I need to see if there are diferances between dataset rules in RACF and DFSMSHSM, or do they all follow the same syntax? Hope that is clear. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Thu Jun 19, 2014 12:39 pm Post subject: |
|
|
BobGilbert wrote: | I don't see the actual masking rules, like use ** instead of * to get all levels etc, for example a mask of ABCD*.ABCD would pick up datasets ABCD.ONE.ABCD but not ABCD.ONE.TWO.ABCD, use ABCD.**.ABCD to pickup ABCD.ONE.TWO.ABCD etc., I was hoping to find the mask rules documented. These rules may not be only relevant to DFSMSHSM, not sure. I need to see if there are diferances between dataset rules in RACF and DFSMSHSM, or do they all follow the same syntax? Hope that is clear. |
I am guessing that it is quite similar to ADRDSSU filtering. May be this would help?
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ADR5R104/2.2? _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
BobGilbert Beginner
Joined: 12 Sep 2006 Posts: 24 Topics: 10
|
Posted: Thu Jun 19, 2014 1:49 pm Post subject: |
|
|
Yes it is exactly what I was searching for, thank you very much! Now I will try my luck searching in RACF data name masks and see the differences! |
|
Back to top |
|
|
|
|