Previous Topic: Administrative Authority InformationNext Topic: WHOOWNS Function—Display Resource Owners


Example: WHOHAS function

To display permitted accesses to resources, the administrator enters a TSS WHOHAS command. This command displays the owner of the resource, ACIDs who are authorized access to the resource, and administrator ACIDs who are permitted administrative authority over the resource.

To determine who has access information for data sets prefixed with SFT.CICS., enter:

TSS WHOHAS DSNAME(SFT.CICS)

CA Top Secret displays the ACIDs and the access information shown below.

RESOURCE      =  SFT.CICS.                  OWNER(SFTDEPT)
  XAUTH     =  SFT.CICS.              ACID(SFTUSR1)
    ACCESS  =  UPDATE
  XAUTH     =  SFT.CICS.LOAD          ACID(SFTUSR2)
    ACCESS  =  UPDATE,CONTROL
  XAUTH     =  SFT.                   ACID(SFTMNGR)
    ACCESS  =  READ
  ADMIN     =  SFT.                   ACID(SFTDCA)
    ACCESS  =  ALL
  XAUTH     =  SFT.*.TEST             ACID(SFTMNGR)
    ACCESS  =  UPDATE,CONTROL

The figure above shows the resource owner (SFTDEPT), all matching access PERMITS (XAUTH), as well as administrator ACIDs to which the resource was permitted with the ACTION(ADMIN) keyword.