4 entering comments in the job, 5 syntax summary and hints – Lexmark 3455 User Manual
Page 79

79
TrayMapping 1=Tray 1,2;
The example assigns the IPDS logical paper source number 2 with Tray 1.
6.3.3.4 Entering Comments in the Job
Comments may be entered in the job text. The beginning of a comment is marked with
the start characters (/*) and terminated with the end characters (*/). See the sample
comment below.
IpdsEmulation=4028; /* Sample comment */
6.3.3.5 Syntax summary and hints
N
A semicolon must end all option assignments.
N
When two values are required, they must be separated by commas.
N
Both lower and upper case letters can be used for options and values. Thus,
the case does not have to match the operator panel.
N
Space characters are ignored and are optional.
N
Line feed controls are ignored. These should be used to prevent the text from
printing off the edge of the page.
N
Always use an EBCDIC code page. Special code pages such as APL and
OCR should not be used.
N
Comments are allowed. They have to be bracketed by the start characters /*
and the end characters */.