Previous Topic: Special Characters

Next Topic: PDSPROT—Protected PDSs

Examples: PASSCHAR control option

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)