Previous Topic: LINKID Keyword—Identify LUs for APPC ConversationNext Topic: LINKNAME Keyword—Specify Foreign Realm


Examples: LINKID keyword

This example establishes a link between LU01 and LU02. When a TP on LU01 initiates a conversation request with a TP on LU02, the SESSKEY and the initiating ACID must be validated. The SESSKEY must be changed every 30 days:

TSS ADDTO(APPCLU) LINKID(SYS1.LU01.LU02)
                  CONVSEC(CONV)
                  SESSKEY(1234)
                  INTERVAL(30)

This example removes ownership:

TSS REMOVE(APPCLU) LINKID(SYS1.LU01.LU02)

This example indicate that the SESSKEY provided for the LU01‑LU02 link must be changes every 14 days:

TSS ADDTO(APPCLU) LINKID(SYS1.LU01.LU02)
                  SESSKEY(1234)
                  INTERVAL(14)