Using PassTickets to access an IDMS CV system requires these definitional components:
The major components used in this process are the user id, the application id, the system id of the CV, the session key, and the resource class.
Release: All supported releases.
Note: All of the following definitions are examples and can vary by installation, for instance if the session key is encrypted instead of masked. Other parameters can be selected for auditing, performance and other installation-specific needs.
Follow these steps:
TSS ADDTO(RDT) RESCLASS(PTKTDATA) ACLIST(ALL,READ,UPDATE) MAXLEN(37)
TSS ADDTO(IDMSDEPT) PTKTDATA(IRRPTAUTH)
TSS ADDTO(NDT) PSTKAPPL(IDMSSY01) SESSKEY(0123456789ABCDEF)
TSS ADDTO(NDT) PSTKAPPL(IDMSSY02) SESSKEY(ABCDEF0123456789)
TSS PERMIT(JOHN_SMITH) PTKTDATA(IRRPTAUTH.IDMSSY01.JOHN_SMITH) ACCESS(READ,UPDATE)