Appendix A Programming Guide
A-7
A-2.1.3 List of Supported PJL Commands
PJL COMMAND Description
@PJL COMMENT [?text?]
The COMMENT command is used for adding a line of
information or a comment within a set of PJL commands.
@PJL JOB [NAME= ?text?]
[START= #] [END = #]
Defines the name and pages of a PCL print job.
NAME = file name (ASCII text)
START = first page, range 1 to 214783647
END = last page, range 1 to 214783647
@PJL EOJ [NAME=?job
name?]
The EOJ command marks the end of the job which was
started with the previous JOB command. It resets the PJL
Current Environment to the User Default Environment.
The JOB and EOJ commands should always be used in
pairs. Do not use one without the other.
@PJL ENTER LANGUAGE =
personality
Supported personality options are
PCL , HEXDUMP
@PJL RESET The RESET command resets the PJL Current
Environment variables to their User Default Environment
values (see Figure on page before for a description of PJL
Environments).
@PJL INITIALIZE The INITIALIZE command resets the PJL Current
Environment and the User Default Environment variables
to their Factory Default Environment values.
@PJL DEFAULT
[LPARM : personality]
Variable = value
The DEFAULT command sets the User Default
Environment value for a specified variable.
Personality : PCL, HEXDUMP
For supported variables and values see table: A-2.1.4
PJL Variables and Values
@PJL SET
[LPARM : personality]
Variable = value
The SET command allows the user to change the value of
PJL Current variables for the length of a PJL job, or until a
PJL reset condition returns the value to be default.
Personality : PCL, HEXDUMP
For supported variables and values see table: A-2.1.4
PJL Variables and Values