Previous Topic: Authority for the NDT RecordNext Topic: PSTKAPPL Processing


Define PSTKAPPL Data to the NDT

To assign a session key to an application, enter the command:

TSS ADDTO(NDT) PSTKAPPL(application)
               SESSKEY(sessionkey)
PSTKAPPL

Identifies an application that is assigned a session key for PassTicket processing, and allows one application per command that can be a letter, number, or special character.

Range: Up to eight characters

SESSKEY

Specifies an hexadecimal “password” that is unique to each application defined by a PSTKAPPL keyword. You must supply a SESSKEY with PSTKAPPL.

Range: Up to 16 characters

Example: assign a session key

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

TSS ADDTO(NDT) PSTKAPPL(KAI80987) 
               SESSKEY(A1B2C3)