|

FAQ
How can I fit 132 characters on one page using my Cx/Tx NON-IPDS HostCom?
HostCom Cx
You must set Function 10 to 2 (COR - Computer Output Reduction) using the following command:
%Y10,2%
See also: PCL 3270 Programmer's Guide (62030)
HostCom Tx
Make sure that Function 98 is set to 0 (Enable APO, Automatic Page Orientation):
%Y10,2%
If this does not activate COR printing you must set function 10 to 82.
%Y10,82%
Which will enable COR as on IBM 3812, but independent of the PPM print quality parameter.
See also: PCL 5250 Programmer's Guide (62026)
|