Specifying print format parameters
Using LCDS Print Description Language
4-19
CME command examples
This section shows two examples of uses of the CME command.
Example 1
CME parameters specified in standard form:
CME parameters specified in short form:
or
Example 2
The following is an example of copy sensitive CMEs.
For the first copy of the report, line 3 is modified by the text
'FIRST QUARTER'. For the second copy, the character '*' is
inserted in lines 37, 38, and 39 for 6 character positions (starting
in column 81). For copy 3, fonts are changed for lines 1 to 60 at
character positions 5 and 12. These fonts must be defined in the
FONTS parameter of the PDE command.
CME12: CME
LINE=47, POS=1, FONT=5,
CONSTANT=(5)'*', LINE=48, POSITION=1,
FONT=1, LINE=49, POS=10,
CONSTANT='ABCD';
CME12: CME
L47,P1,F5,(5)'*',L48,P1,F1,L49,P10,C'ABCD';
CME12: CME
L47P1F5(5)'*'L48P1F1L49P10C'ABCD';
CME1: CME
LINE=3, POS=59, CONSTANT='FIRST
QUARTER';
CME2: CME
LINE=(37,3), POS=81, CONSTANT=(6)'*';
CME3: CME
LINE=(1,60), POS=5, FONT=2, POS=12,
FONT=1;
OUTPUT
COPIES=3, MODIFY=(CME1,1,1),
MODIFY=(CME2,2,1), MODIFY=(CME3,3,1);
Summary of Contents for Docuprint 75
Page 16: ...Table of contents xvi Using LCDS Print Description Language ...
Page 26: ...Introduction xxvi Using LCDS Print Description Language ...
Page 108: ...PDL principles and procedures 1 82 Using LCDS Print Description Language ...
Page 354: ...Specifying print format parameters 4 114 Using LCDS Print Description Language ...
Page 436: ...Using PDL commands for graphics 6 8 Using LCDS Print Description Language ...
Page 452: ...PDL command and DJDE summary A 16 Using LCDS Print Description Language ...
Page 470: ...Character code assignments C 8 Using LCDS Print Description Language ...
Page 478: ...Offline specifications D 8 Using LCDS Print Description Language ...
Page 506: ...INDEX INDEX 12 Using LCDS Print Description Language ...