Previous Topic: Status InformationNext Topic: Viewing Authority


ACID and Record Information

Use the TSS LIST command to display information contained on individual ACIDs, the ALL Record, the RDT Record, the FDT Record, the DLF Record, the NDT Record, the APPCLU Record, or the Audit Record. The information listed depends on:

For example, to list information on the:

Only the MSCA or an authorized security administrator can display installation‑wide information with TSS LIST. The administrative authorities needed are:

TSS ADMIN(ALL) DATA(ALL,PROFILE,SESSKEY) 

Examples: list resource and ACID information

This example lists the resources being audited in your scope of authority:

TSS LIST(AUDIT)

This example lists the ACIDs and associated names in a department within your scope of authority:

TSS LIST(ACIDS) DATA(NAMES)
                DEPARTMENT(DEPT01)

This example lists all of the ACIDs that begin with a specific prefix 'USER':

TSS LIST(ACIDS) ACIDPRFX(USER)
                DATA(BASIC)