Previous Topic: CNFUVAR Keyword—User FilterNext Topic: COMMAND Keyword—Specific Commands for ACID


Examples: CNFUVAR keyword

This example defines a site variable filter that assigns the accessor ID of BANKU to any users who access the system using the BANKAPP application:

TSS ADDTO(MULTIID) CERTMAP(BOB)
                   DCDSN(model.cert)
                   IDNFILTER('OU=')
                   SDNFILTR(('OU=')
                   CRITERIA(CNFAPPL=&CNFAPP)
                   LABLCMAP('Bobs Tellers')
TSS ADDTO(BANKU) CRITMAP(BOB)
                 CNFUVAR(CNFAPPL=BANKAPP)