Previous Topic: PSFMPL Resource Class—Secure Output Labeling SuppressionNext Topic: RECIPID Resource Class—Secure CADISPATCH RECIPID


PTKTDATA Resource Class—PassTicket Data Resources

Valid on z/OS.

Use the PTKTDATA resource class to define data resources for PassTickets used with R_GenSec and R_TicketServ callable services. These resources are based on the application ID and target used in the PassTicket function.

This resource class has the following format:

TSS ADD(RDT) RESCLASS(PTKTDATA)
             ACLST(ALL,READ,UPDATE)
             MAXLEN(37)
ACLST

Defines the access permissions for the PTKTDATA resource.

MAXLEN

Defines the maximum length of the PTKTDATA resource name

This keyword is used with:

Examples: PTKDATA resource class

This example indicates that IRRPTAUT is owned:

TSS ADD(tssdept) PTKTDATA(IRRPTAUT) 

This example adds a permit to the component:

TSS PER(tsscomp1) PTKTDATA(IRRPTAUTH.aaaaaaaa.uuuuuuuu) 
ACCESS(READ,UPDATE)
aaaaaaaa

The application.

uuuuuuuu

The user.