Previous Topic: KEYRING Keyword—Add a Key Ring to a UserNext Topic: KEYSIZE Keyword—Specify Key Size


Examples: KEYRING keyword

This example adds a key ring to a user:

TSS ADDTO(USER01) KEYRING(CASRING)

This example identifies the key ring by its ring name or by its label:

TSS LIST(acid) {KEYRING(8‑byte ring name)}
               {LABLRING(237‑byte ring label)}

This example lists all the ACIDs and the key rings associated with them:

TSS LIST(SDT) KEYRING(ALL)

This example lists all the ACIDs and the key rings associated with them when VSAM/R12 is being used:

TSS LIST(ACIDS) KEYRING(ALL)

This example lists information on a specific key ring:

TSS LIST(SDT) LABLRING(name)

This example displays all key rings associated with a particular user:

TSS LIST(user01) KEYRING(ALL)