ExamplesBasic PJL TemplateThis section illustrates a standard PJL template that is used to access general print features as well as WorkCentre7120 specific features. This template lists each feature and the syntax, both PCL commands and PJL, required to usethese features.Section 1 (Opening Command, Required for all files)%-12345X@PJL JOB MODE=PRINTERSection 2 (PJL Set Commands)@PJL SET RESOLUTION=600@PJL SET COPIES=1Section 3 (PCL Code used to invoke PCL Language)@PJL ENTER LANGUAGE=PCLSection 4 (PCL Data Stream or ASCII Document inserted here for Options such as selectionDifferent Fonts, Simplex, Duplex, etc.),,,,,,,,,,Section 5 (Closing Command, Required at end of Document)%-12345X@PJL EOJSample PJL HeadersExample 1 - Simple PrintNote:This is a simple print jobheader specifying theoutput tray (MAINTRAY),Quantity needed (1), andJob Owner (Smith).%-12345X@PJL JOB MODE=PRINTER@PJL COMMENT Beginning PCL Job@PJL SET OUTBIN=MAINTRAY@PJL SET QTY=1@PJL SET RESOLUTION=600@PJL SET JOBATTR=”@JOAU=Smith” Note:This is a Finishing Jobheader asking for theStapling option thatspecifies the job will besent to the Finisher Tray,and stapled on the TopLeft hand corner or thepaper.Example 2 - Finishing Options (Stapling)%-12345X@PJL JOB MODE=PRINTER@PJL SET OUTBIN=OUTBIN101@PJL SET FINISH=ON@PJL SET STAPLE=TOPLEFTdc10cc0466Customer Support Page 13