Previous Topic: LABLRING Keyword—Key Ring LabelNext Topic: LANGUAGE Keyword—Specify Language Preference


Examples: LABLRING keyword

This example adds a key ring to a user's ACID record:

TSS ADDTO(acid) KEYRING(8‑byte key ring name)
               [LABLRING(237‑byte ring name)]

This example adds a key ring with a label name:

TSS ADDTO(USERA) KEYRING(USERARNG)
                 LABLRING('USERA KEYRING FOR z/OS')

This example replaces a label name:

TSS REPLACE(USERA) KEYRING(USERARNG)
                   LABLRING('USERA KEYRING FOR z/OS')