Previous Topic: ACIDs Without a PasswordNext Topic: Forced Password Validation


Passwords that do not Expire

To create an ACID with a password that does not expire, specify 0 for the expiration interval.

Example: non expiring password

This example assigns the password TINKER that does not expire

TSS CREATE(USER01) NAME(‘CICSPRD1’)
                   DEPARTMENT(PAYROLL)
                   FACILITY(BATCH,STC)
                   PASSWORD(TINKER,0)