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 © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |