dc10cc0470
Customer Support
Page 5
XRXBegin
When the interpreter receives this command it begins to parse PJL COMMENT commands to check 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
Job Name
The value for Job Name is stored for printing on the banner page.
PJL COMMENT Command
DSC Comment Command
@PJL COMMENT JOB NAME=”
string
”; %%OID_ATT_JOB_NAME=”
string
”;
Where
string
is a maximum of 40 characters. This appears as the first item on the banner sheet.
Job Owner
The value for Job Owner is stored for printing on the banner page.
PJL COMMENT Command
DSC Comment Command
@PJL COMMENT
OID_ATT_JOB_OWNER “
string
”;
%%OID_ATT_JOB_OWNER ”
string
”;
Where
string
is a maximum of 40 characters. This appears as the second item on the banner sheet.
Copies
Use this command to specify the number of non-collated sets of a document in a print job. With COPIES specified, the
device renders X number of copies of page 1 of the document, X number of copies of page 2, and so on. Use the
COLLATION command in conjunction with the COPIES command to set a collate value.
PJL SET
PCL Cmd
PS Cmd
@PJL SET COPIES=
int;
uint16
int
ubyte pagecopies
<</NumCopies
int
>>
Where
int
is 1 to 9999.