Previous Topic: USING Keyword—Specify a Model ACIDNext Topic: VMUSER Keyword—User Authority


USING Keyword with COMPARE—Specify ACID to Compare

Valid on z/OS, z/VSE, and z/VM.

Specify the USING keyword on a COMPARE command to identify an ACID to compare to the ACID that is specified in the COMPARE command.

This keyword has the following format:

TSS COMPARE(acid1) USING(acid2)
acid1

Specifies the first ACID to compare.

acid2

Specifies the second ACID to compare.

This keyword is used with:

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:

COMPARE Function—Compare ACIDs