Can you force a user to specify a password phrase at signon?
Use the PHRASEONLY keyword to force a user to specify a password phrase at signon. This keyword prevents the user from using a password to sign on.
TSS CREATE(USER01) TYPE(USER) NAME(USER01) DEPT(USERDEPT) PHRASEONLY PHRASE(‘I have a phrase’)
TSS ADDTO(USER01) PHRASEONLY
You can also set a Global Control Option (PHRASEONLY) force Phrases for everyone.