To achieve this, code WARN=00 in the Top Secret control option NEWPW().
For example, if NEWPW() is currently set as follows:
NEWPW(MIN=8,WARN=03,MINDAYS=01,NR=1,ID,RS,FA,FN)
To dynamically change:
TSS MODI NEWPW(MIN=04,MAX=008,WARN=00,MINDAYS=01,MC)
This will take immediate effect. The TSS MODIFY command is only valid until the next recycle of Top Secret. To make the change permanent, change the NEWPW control option setting in the CA Top Secret parameter file as follows:
NEWPW(MIN=04,MAX=008,WARN=00,MINDAYS=01,MC)