Previous Topic: EIMDOMAIN Keyword—EIM Distinguished NameNext Topic: EIMOPTION Keyword—EIM Connection Permission


EIMLOCREG Keyword—EIM Local Registry Name

Valid on z/OS

Use the EIMLOCREG keyword to create an EIM profile on the SDT.

When used with ADDTO or REPLACE, this keyword has the following format:

TSS ADDTO(SDT) EIMPROF(eim—profile—name)
               EIMOPTION(ON|OFF)
               EIMDOMAIN(name) 
               EIMLOCREG(name)
               PRXLDAPHST(name)
               PRXBINDDN(name)
               PRXBINDPW(password)
EIMLOCREG

The name of the local registry. The field can be mixed case.

Length: Up to 255 characters

When used with DELETE, this command has the following format:

TSS DELETE(SDT) EIMPROF(eim—profile—name)

This keyword is used with:

Example: EIMLOCREG keyword

This example creates an EIMPROF record and add it to the SDT:

TSS ADD(SDT) EIMPROF(eim1)
             EIMOPTION(on)
             EIMDOMAIN('xxx—eimDomainName=EIM Domain,
                       o=Company,st=State,c=Country')
             EIMLOCREG('REGISTRY XE') 
             PRXLDAPHST('LDAP HOST')
             PRXBINDDN('ldap://domain')
             PRXBINDPW(bind password)