Previous Topic: PWENC—Select AES Encrytion MethodNext Topic: PWHIST—Number of Previous Passwords Retained


PWEXP—Password Expiration Interval

Valid on z/OS and z/VM.

Use the PWEXP control option to specify a password expiration interval.

Note the following:

All entry methods are accepted.

This control option has the following format:

PWEXP(0|nnn)
nnn

The number of days before passwords expire.

Range: 1 to 255

Default: 30

0

Passwords for all new users never expire.

Example: PWEXP control option

This example sets the default password expiration interval for new ACIDs to 50 days.

F TSS,PWEXP(50)