Advanced Features and Troubleshooting Manual 57Hard Disk Drive and Memory (DRAM and Flash ROM)Using the hard disk drive for secure and proofprinting and collated copyingThese features * are available when the printer contains the optional hard drive. Use thesecure print feature when you need to print a confidential document. Use the proof printfeature when you have a job with multiple copies but want to check the first copy beforeproceeding with the remainder of the job.Refer to the User Guide for instructions on printing a secure or proof job.Secure, collated copy, and proof jobs that have been submitted to the printer are stored inPCL or PostScript format on the hard drive. The secure or proof job is placed at the top ofthe print queue, and prints following completion of the currently printing job. If more thanone job is requested, jobs are placed in the print queue in the order requested. Secure orproof jobs having the same priority are printed on a first in, first out basis. When you enterthe password at the printer, the printer only prints jobs associated with that password.Creating secure jobs without the driverWhen not using a driver, you can create secure jobs by preceding the job with thefollowing PJL commands:@PJL XSECUREJOB@PJL XJOBPASSWORD = "number"These commands must be immediately followed by a standard PJL ìJOBî command thatincludes the ìjobname.îThe job name can be up to 16 alphanumeric characters. The password must contain fournumeric characters (0-7). If there is not a job name or there is a syntax error in the jobname, the printer assigns a default job name. The job name is displayed on the controlpanelís Password menu when you enter its associated password. If there isnít a passwordor the password contains syntax errors, the job is discarded (not printed).The following example creates a Secure Job named ìBondî with a password of 0007:%-12345X@PJL XSECUREJOB@PJL XJOBPASSWORD = 0007@PJL JOB NAME = "Bond"@PJL ENTER LANGUAGE = PCL...PCL file...%-012345X@PJL EOJ%-012345XThe printer processes all data following the @PJL ENTER LANGUAGE = PCL command aspart 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 befollowed by a UEL command.*Collated set jobs can be created without a driver by using the “Select Collated Sets” PJL command (@PJL SET QTY...) described inAppendix C - Unique Printer Commands.