This example lists all data concerning a specific ACID:
TSS LIST(CATSTC1) DATA(ALL)
This example provides the administrator with all LIST data about the ACID or ACIDs, except password information, expiration dates of temporary profiles, associated SESSKEYs and will not list in detail any connected profiles:
TSS LIST(ACID|ACIDS) DATA(ALL)
This example obtains all LIST data including the password information (password, expiration date, interval), expiration dates of any connected profiles, as well as a detailed list of each connected profile:
TSS LIST(ACID|ACIDS) DATA(ALL,PASSWORD,PROFILE,EXPIRE)
This example lists CICS definitions for all profiles in the Payroll Department:
TSS LIST(ACIDS) DATA(CICS)
DEPARTMENT(PAYROLL)
TYPE(PROFILE)
This examples lists ALL properties plus IDMAP segment:
TSS LIST(ACID) DATA(ALL)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|