Previous Topic: LABLCERT Keyword—Specify Certificate LabelNext Topic: LABLPKDS Keyword—Specify Certificate Label


LABLCMAP Keyword—Specify Certificate Filter Label

Valid on z/OS.

Use the LABLCMAP keyword to specify the label associated with the digital certificate filter.

This keyword has the following format:

TSS ADDTO(acid) CERTMAP(recid)
                SDNFILTR('subjectdistnamefilter')
                IDNFILTR('issuerdistnamefilter')
                LABLCMAP('32byte label')

The label name must be enclosed in single quotation marks.

Up to 32 characters can be specified for the label name. It can contain embedded blanks and mixed‑case characters, and it is stripped of leading and trailing blanks. If a single quotation mark is intended to be part of the label name, use two single quotation marks together for each single quotation mark within the string, and the entire string must be enclosed within single quotation marks.

LABLCMAP is optional on the TSS ADDTO CERTMAP command. If it not included on the command, the record identifier name entered for CERTMAP is automatically used for LABLCMAP.

This keyword is used with:

Example: LABLCMAP keyword

This example adds the certificate filter NJMAP1, with a subject's distinguished name filter of OU=NJ.OU=Sales.O=ABC Co., to user NJDEPT1, and gives it the label name of NJ DEPT 1 Map:

TSS ADDTO(NJDEPT1) CERTMAP(NJMAP1)
                   SDNFILTR('OU=NJ.OU=Sales.O=ABC Co')
                   LABLCMAP('NJ DEPT 1 Map')