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)
|
Copyright © 2009 CA.
All rights reserved.
|
|