Previous Topic: Viewing AuthorityNext Topic: Resource Ownership


Access Authorization Information

The information provided by the TSS WHOHAS command function depends on the operand supplied:

Resource

Displays information about the resource’s owner and the ACIDs authorized to access it. This function requires RESOURCE(INFO) authority.

ACID

Displays a list of additional ACIDs authorized to submit jobs for that ACID. This function requires ACID(INFO) authority.

A facility, attribute, or data field

Displays a list of all ACIDs that have the specified facility, attribute or data field. Facility requires ADMIN authority FACILITY(xxxx). Fieldname requires no special ADMIN authority.

Administrative authority information is obtained with the AUTHADM keyword and specifying any of the administrative authorities specified with the TSS ADMIN command. This function requires no special authority.

Examples: display ACID, resource, authority, and ownership information

This example determines the owner and all of the ACIDs authorized to use the SYS1 dataset:

TSS WHOHAS DSNAME(SYS1.)

This example determines all of the ACIDs authorized to use the CICSPROD facility:

TSS WHOHAS FACILITY(CICSPROD)

This example queries which users have the NODSNCHK attribute and simultaneously have default TSO logon procedure PROC399:

TSS WHOHAS NODSNCHK
           TSOLPROC(PROC999)

This example lists users with administrative authority:

TSS WHOHAS AUTHADM

This example determines who has MISC1(SUSPEND) authority:

TSS WHOHAS AUTHADM
           MISC1(SUSPEND)

This example determines the owner and all of the ACIDs authorized to submit jobs for the ACID DB2SCA1:

TSS WHOHAS ACID(DB2US12)