Previous Topic: MULTIPW Keyword—Maintain Multiple PasswordNext Topic: NADATE and NATIME Keywords—Date Certificate Expires


Examples: MULTIPW keyword

This example indicates that USER99 may have a different password to access each facility:

TSS ADDTO(USER99) PASSWORD(TAQRAC)
                  FACILITY(TSO)
                  MULTIPW

This example allows the following entries for USER99:

TSS ADDTO(USER99) PASSWORD(BUZWRD)
                  FACILITY(IMS)
                  MULTIPW
TSS ADDTO(USER99) PASSWORD(SUPAV1)
                  FACILITY(CICS)
                  MULTIPW

This example removes the MULTIPW attribute removes all facility specific passwords from the user's security record:

TSS REMOVE(USER99) PASSWORD(SUPAV1)
                   FACILITY(CICS)
                   MULTIPW                                         

To reset a password from a facility‑specific password back to the user's global password, remove the facility associated with the password:

TSS REMOVE(USER99) FAC(idmsprod)      

This removes access to the facility along with the facility‑specific password, re‑add the facility to preserve user access to the facility.

TSS REMOVE(USER99) FAC(idmsprod)