Xerox XDPE/400 (also known as EOMS I-Services) Support & Software User Guide

Page of 612
Installing and Customizing XDPE/400 (9/2001)
6-31
Customizing XDPE/400
Example 2
This sample allows you to customize your STRMONQ commands. This 
program starts the Monitor Queue session and indicates the fields to 
change. You can customize the program for each printer.
?STRMONQ must be the first command in all the programs you customize 
for the Start Monitor Queue option.
This example shows a customized program for STRMONQ:
In this example, you only need to enter the output queue and printer 
specifications. The interface, model, and mode are already specified.
To make it easier for you to start a Monitor Queue session for different 
printers, you can create a menu with the various STRMONQ commands 
as the options.
Using A4 paper for NPS and DocuSP printers (PCL mode 
only)
If you will be printing on A4 paper in PCL mode using an NPS or DocuSP 
printer, you must modify the XDPE/400 PCL printer files using these 
commands:
CHGPRTF 
FILE(library/DSPXPCL) 
PAGESIZE(70 83 *ROWCOL)
CHGPRTF 
FILE(library/WRKXPCLMAC) 
PAGESIZE(70 124 *ROWCOL)
where
library  The name of the XDPE/400 application library is XDPEvrm
where 
v is the version number
r is the release number
m is the modification number
PGM PARM(&OUTQLIB &OUTQ &PRINTER)
?STRMONQ ??(&OUTQLIB/&OUTQ) ??WTR(&PRINTER) INTERFACE(*FLEX) MODEL(4235) MODE(XDPM)
ENDPGM