Examples: LIST function

This example obtains all the data about a specific ACID and contents of all profiles connected to that ACID:

TSS LIST(acid) DATA(PROFILE,ALL)

This example obtains all the data about the ACIDs starting with a specific prefix and the contents of all profiles connected to those ACIDs:

TSS LIST(ACIDS) ACIDPRFX(acidprefix)
                DATA(PROFILE,ALL)

Note: Prefixes can be from one to seven characters long.

This example obtains data about all ACIDs of a specific type:

TSS LIST(ACIDS) TYPE(USER | PROFILE | GROUP | DCA | VCA | DEPARTMENT |
                     DIVISION | SCA | LSCA | ZONE | ZCA)
                DATA(BASIC,RESOURCE,XAUTH,LCF,SOURCE,INSTDATA,CICS,ADMIN,NAMES,
                     TSO,ACIDS,EXPIRE,PASSWORD|ALL[,PROFILE,PASSWORD,EXPIRE])

This example obtains data about all ACIDs in a department:

TSS LIST(ACIDS) DEPARTMENT(department acid)
                DATA(BASIC,RESOURCE,XAUTH,LCF,SOURCE,TSO,
                INSTDATA,CICS,ADMIN,NAMES,ACIDS,
                PASSWORD|ALL [,EXPIRE,PASSWORD,PROFILE])

This example obtains data about all ACIDs in a division:

TSS LIST(ACIDS) DIVISION(div. acid)
                DATA(BASIC,RESOURCE,XAUTH,LCF,SOURCE,TSO,
                INSTDATA,CICS,ADMIN,NAMES,ACIDS,
                PASSWORD|ALL [,EXPIRE,PASSWORD,PROFILE])

This example obtains data about all ACIDs in a zone:

TSS LIST(ACIDS) ZONE(zon. acid)
                DATA(BASIC,RESOURCE,XAUTH,LCF,SOURCE,TSO,
                INSTDATA,CICS,ADMIN,NAMES,ACIDS,
                PASSWORD|ALL [,EXPIRE,PASSWORD,PROFILE])

This example obtains data about the contents of the ALL record:

TSS LIST(ALL)

This example obtains data about the contents of the DLF record:

TSS LIST(DLF)

This example obtains data about the contents of the AUDIT record:

TSS LIST(AUDIT)

This example obtain data about the contents of the STC record:

TSS LIST(STC)

This example obtains data about the contents of the RDT record:

TSS LIST(RDT)

This example obtains data about the contents of the FDT record:

TSS LIST(FDT)

This example obtain data about the contents of the NDT record:

TSS LIST(NDT)

This example obtains data about the contents of the SDT record:

TSS LIST(SDT)

This example obtains data about the contents of the APPCLU record:

TSS LIST(APPCLU)

This example obtains data about the contents of the MLS record:

TSS LIST(MLS)

This example produces a list of the profile ACIDs associated with USER01 in the order in which they are searched by the Security Algorithm:

TSS LIST(USER01) DATA(PROFILES,NOSORT)


Copyright © 2009 CA. All rights reserved. Email CA about this topic