LISTDSD command is used to list a dataset profile defined to RACF.
-> LISTDSD ID(ram)
- will give info about perticular ID.
-> LISTDSD ID(ram) all
-> LISTDSD dataset('sys1.parmlib')
-> LISTDSD dataset('sys1.parmlib') all
Removing Dataset Protection
The DELDSD command is used to delete the dataset profiles defined to the RACF database.
-> DELDSD|DD prfl_name
-> DELDSD 'sys.**'
Refreshing Dataset Profiles
Using SETR REFRESH command we can refresh the dataset profiles.
0 comments:
Post a Comment