

Keywords › PSTKAPPL Keyword—Application ID
PSTKAPPL Keyword—Application ID
Valid on z/OS.
Use the PSTKAPPL keyword to define the application ID. Depending on the application, the secured signon function uses a specific method to determine the application ID:
- For CICS, IMS, or APPC applications, the application ID is defined using the standard naming conventions you use to define these applications in a VTAM APPL statement.
- For TSO, the application ID is defined by prefacing the SMF identifier of the system with the characters TSO. For example, TSOXE05, is the application ID for TSO on machine XE05. The SMF system ID can be found in SMFPRMxx member of SYS1.PARMLIB.
- For z/OS batch jobs that include TSS passwords in the JCL, you can replace the password with a PassTicket. The application ID for batch jobs is defined by prefacing the SMF identifier of the system with the characters z/OS. For example, OS/390 XE05 is the application ID for all batch jobs on machine XE05.
This keyword has the following format:
TSS ADDTO(NDT) PSTKAPPL(application)
SESSKEY(abcdef12)
- SESSKEY
-
A hexadecimal “password” that is unique to each application assigned as a PassTicket. A SESSKEY is required for each PassTicket. For information on SESSKEY, see the User Guide.
Range: 1 to 16 bytes
This keyword is used with:
- The commands ADDTO, REMOVE, LIST, and REPLACE
- The NDT Record only
- MISC1(NDT) authority
Example: PSTKAPPL keyword
This example indicates that the session key for KA180987 is A1B2C3:
TSS ADDTO(NDT) PSTKAPPL(KA180987)
SESSKEY(A1B2C3)
Copyright © 2014 CA Technologies.
All rights reserved.
 
|
|