This example sets the PASSCHAR to %,&,=,*,-,^
TSS MODIFY PASSCHAR (%,&,=,*,—,^)
This example replaces the current PASSCHAR with :, ?, and |.
TSS MODIFY PASSCHAR(:,?,|)
This example removes the current PASSCHAR set.
TSS MODIFY PASSCHAR()
This example replaces the current PASSCHAR with &, —, and %.
TSS MODIFY PASSCHAR(50,60,6C)
|
Copyright © 2013 CA.
All rights reserved.
|
|