Is there an ACF2 command to perform the same function as the RACF command LISTDSD?
search cancel

Is there an ACF2 command to perform the same function as the RACF command LISTDSD?

book

Article ID: 53911

calendar_today

Updated On:

Products

ACF2 ACF2 - DB2 Option ACF2 for zVM ACF2 - z/OS ACF2 - MISC PanApt PanAudit

Issue/Introduction

The RACF command LISTDSD is used to list the access of all users and groups to a dataset.

The ACF2 subcommand ACCESS can be used to list access for a dataset or resource.

 

Environment

Release:
Component: ACF2MS

Resolution

The ACF2 command ACF subcommand ACCESS can be used to list all accesses for a dataset or resource.

The commands in TSO are:

ACF
SET RULE
access dsn(dataset name)
or
access resource(rsrc.name) type(typ)

The output from the command will show all users that are allowed access and the reason why access was allowed (e.g. rule lines allow access or logonid privileges allow access.)