Specifications
Revision C 16/01/96
Chapter 3 "PJL" - 12
Example :
<ESC>%-12345X@PJL<CR><LF>
@PJL ENTER LANGUAGE = PCL <CR><LF>
<ESC>E.......PCL JOB........<ESC>E
<ESC>%-12345X
@PJL COMMENT Start of Postscript job <CR><LF>
@PJL ENTER LANGUAGE = POSTSCRIPT <CR><LF>
%!PS-ADOBE......Postscript JOB.....^D
<ESC>%-12345X
@PJL COMMENT End of Postscript job <CR><LF>
<ESC>%-12345X
4.5. COMMENT command
The COMMENT command is used to add an information line, such as an explanation for the PJL
command.
Syntax :
@PJL COMMENT
remarks
[<CR>]<LF>
Parameters :
• remarks
Printable character(ASCII 33-255 and White space which contains <HT> and <SP>)
• The COMMENT command is helpful for placing an explanation of a PJL command.
• The COMMENT command can be placed on the PJL line anywhere between the UEL command
and the ENTER command.
• The COMMENT command is terminated by <LF>.
• Comments can only be one line long. If you wish to add more text, start a new comment line.
Example :
<ESC>%-12345X@PJL<CR><LF>
@PJL COMMENT -----------------------------<CR><LF>
@PJL COMMENT -- PCL & PS JOB --<CR><LF>
@PJL COMMENT -----------------------------<CR><LF>
@PJL <CR><LF>
@PJL SET RET = ON <CR><LF>
@PJL ENTER LANGUAGE = PCL <CR><LF>
<ESC>E.......PCL JOB........<ESC>E
<ESC>%-12345X@PJL<CR><LF>
@PJL COMMENT Start of Postscript job <CR><LF>
@PJL ENTER LANGUAGE = POSTSCRIPT <CR><LF>
%!PS-ADOBE......Postscript JOB.....^D
<ESC>%-12345X@PJL<CR><LF>
@PJL COMMENT End of Postscript job <CR><LF>
<ESC>%-12345X