User's Manual
PDL Reference Guide for Xerox
®
 ConnectKey
®
 Products 
Reference Topics 
XRXBegin 
When interpreter receives XRXBegin it begins to parse PJL COMMENT commands checking for Xerox-specific 
commands until it receives the command to stop parsing. 
PJL COMMENT Command  DSC Comment Command 
@PJL COMMENT XRXbegin  %%XRXbegin 
XRXEnd 
When the interpreter receives this command it stops parsing PJL COMMENT commands. 
PJL COMMENT Command  DSC Comment Command 
@PJL COMMENT XRXend  %%XRXend 
General Commands 
Copies 
Use the following commands to specify the number of copies or collated sets of a document.  
Language  Collated 
PS 
<</NumCopies int
/Collate true >> setpagedevice 
<</NumCopies int
/Collate true >> setpagedevice 
PJL 
@PJL SET QTY=int 
PCL5 
No PCL5 command available, use PJL 
Language  Uncollated 
PS 
<</NumCopies int /Collate false >> setpagedevice 
PJL 
@PJL SET COPIES =int 
PCL5 
<Esc>&l#X 
PDL 
No PCL5 command available, use PJL 
Banner Sheet (Start Sheet) – Device Generated 
This command turns on/off the banner sheet that prints at the beginning of every job. It only applies to the job that 
contains the command; it does not affect any other jobs. If the device is configured to disable banner sheets, this 
command is ignored. 
PJL COMMENT Command 
@PJL COMMENT OID_ATT_START_SHEET OID_VAL_JOB_SHEET_”string”; 










