The u017e user exit allows output of any character to the terminal or spooler.
var = oconv(str,’u017e’)
Output a character x’FF’ to the spooler.
printer on x = oconv(char(255),’u017e’)
Outputs the string abc to the terminal.
x = oconv(’abc’,’u017e’)