Feature Implementation ValuesBanner Sheet @PJL SET JOBATTR="@BANR=value"@PJL SET JOBATTR="@BCMT=comment string"Where value is one of the following:START: start sheetDEVICE: depend on device settingOFF: no banner sheetWhere string is a maximum of 255 characters(ASCII characters in the range 20h - 7Eh areallowed Only) as comment for banner.PJL TemplateThis section illustrates a standard PJL template that is used to access general print features aswell as WorkCentre Product specific features. This template lists each feature and the syntax,both PCL commands and PJL, required to use these features. The next section of this documentcontains other examples of how to use these commands.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 asselection Different Fonts, Simplex, Duplex, etc.),,,,,,,,,,Section 5 (Closing Command, Required at end of Document)%-12345X@PJL EOJSample PJL HeadersThis section contains examples of these commands in use.Example 1 Simple Print%-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=John"Example 2 Finishing Options (Stapling)%-12345X@PJL JOB MODE=PRINTER@PJL SET OUTBIN=OUTBIN101@PJL SET FINISH=ON@PJL SET STAPLE=TOPLEFTdc08cc0440Customer Support Page 9