Previous Topic: CHKCERT Function—Check CertificatesNext Topic: CREATE Function—Define a New ACID


COMPARE Function—Compare ACIDs

Valid on z/OS.

Use the COMPARE command function (and the USING keyword) to compare the security records of two ACIDs.

Note: Administrators must have explicit authority to list a TSS data type of ACIDS. This authority is obtained through the DATA keyword of the ADMIN command function. The comparison does not include special security records (for example, the ALL Record, the FDT record, or the STC record); does not include digital certificate information; and does not let you compare creation dates, administrative changes dates, and last used dates. For more information about special security records, see the CA Top Secret User Guide.

This command function has the following format:

TSS COMPARE(acid1) USING(acid2)
acid1

Specifies the first ACID to compare.

acid2

Specifies the second ACID to compare.

Example: Compare the Security Records of ACIDs Rachel01 and Rachel02

This example compares the security records of ACIDs rachel01 and rachel02:

TSS COMPARE(rachel01) USING(rachel02)

More information:

USING Keyword with COMPARE—Specify ACID to Compare