Create separate output queues for double-byte and alphanumeric data. This might improve throughput (the rate at which the system processes work) because the system can process alphanumeric data more quickly than it can process double-byte data. For more information on creating an output queue, see the create output queue (CRTOUTQ) command description.
Applying overrides in printing
When starting a job, consider adding the OVRPRTF command to the initial program of the job:
OVRPRTF FILE(QSYSPRT) IGCDTA(*YES)
Override the printer file (QSYSPRT) to make it capable of printing double-byte data and to ensure that DBCS output printed as the result of pressing the Print key is printed properly. Refer to Printer file overrides for more information on overrides.