Using the Hard Drive for Secure and Proof Jobs
3-10 System Administrator Guide
Job names can be up to 16 alphanumeric characters and
passwords must contain four numeric characters (0-7).
The printer assigns a default job name if no name or a
name with a syntax error is used. The job name is
displayed on the Control Panel Password menu when the
associated password is entered. If a password is not
assigned or the password contains syntax errors, the job is
not printed and is discarded.
The following example creates a Secure Job named
“Bond” with a password of 0007:
<ESC>%-12345X@PJL XSECUREJOB
@PJL XJOBPASSWORD = 0007
@PJL JOB NAME = “Bond”
@PJL ENTER LANGUAGE = PCL
...PCL file...
<ESC>%-012345X@PJL EOJ
<ESC>%-012345X
The printer processes all data following the @PJL ENTER
LANGUAGE = PCL command as part of the Secure Job
named “Bond.” The job is stored on the hard disk under
the name “Bond” with a password of “0007” as defined in
the @PJL XJOBPASSWORD command. The @PJL EOJ
command signifies the end of the secure job. The EOJ
command should be followed by a UEL command.