User's Manual
PDL Reference Guide for Xerox
®
ConnectKey
®
Products 5
Comment Commands
To process all PJL COMMENT commands and DSC, enclose them with XRXBegin and XRXEnd
commands.
Example for a PCL or ASCII print job:
@PJL COMMENT XRXbegin
@PJL COMMENT OID_ATT_START_SHEET OID_VAL_JOB_SHEET_NONE;
@PJL COMMENT XRXend
Example PS print job:
%%XRXbegin
%%OID_ATT_START_SHEET OID_VAL_JOB_SHEET_NONE;
%%XRXend
The first parameter of the command is an attribute followed by a value.
Comment commands must end with a semicolon except for the XRXbegin and XRXend
commands.
A comment command not enclosed by XRXbegin and XRXend is not a Xerox specific command
and is treated as a real comment with no functional attachment to its contents.
PJL SET Commands
PJL SET commands are available for some features. If you choose to use these commands, do
not enclose them with the XRXBegin and XRXEnd commands. PJL SET commands do not require
a semicolon at the end of the command line.
PCL Commands
PCL commands are available for some features. If you choose to use these commands do not
enclose them with the XRXBegin and XRXEnd commands. Refer to a PCL reference manual for
more specific information regarding PCL commands.
PS Commands
PS commands are available for some features. If you choose to use these commands, do not
enclose them with the XRXBegin and XRXEnd commands. Refer to a PS reference manual for
more specific information regarding PS commands.