Previous Topic: SESSKEY Keyword—Session KeysNext Topic: SHMEMMAX Keyword—Maximum Shared Memory


Examples: SESSKEY keyword

In this example, the security administrator 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 ADD(APPCLU) LINKID(SYS1.LU01.LU02)
                CONVSEC(CONV)
                SESSKEY(1234)
                INTERVAL(30)

In this example, the administrator for the APPCLU Record needs to indicate that the SESSKEY provided for the LU01‑LU02 link changes every 14 days:

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

In this example, a PassTicket application for TSO consists of the literal 'TSO' and a four‑character SMFID. The SMFID is SYSA; therefore, the PassTicket for that system is TSOSYSA. The session key is 296LFD:

TSS ADD(NDT) PSTKAPPL(TSOSYSA)
             SESSKEY(296LFD)

This example indicates that the session key for KA180987 is A1B2C3:

TSS ADD(NDT) PSTKAPPL(KA180987)
             SESSKEY(A1B2C3)

This example lists session keys and associated applications:

TSS LIST(NDT) DATA(SESSKEY)