![Oce XDL Reference Manual Download Page 14](http://html1.mh-extra.com/html/oce/xdl/xdl_reference-manual_3216756014.webp)
Xerox Print Description Language (XDL)
Overview
6
A29247-X4-X-8-7672
Set of typical XDL commands
Comments
Comments are statements you include in the source file to describe certain XDL commands
and their functions. These comments can act as reminders if you, or someone else modifies
the JSL at a later time.
Comments may appear anywhere within the JSL. They must be preceded by the character
sequence slash and asterisk (/*), and terminated by the character sequence asterisk and
slash (*/).
Syntax rules
When entering your JSL records on the system controller keyboard, make sure to follow
these rules:
•
Use commas or blanks to separate the options of a command.
•
Use parentheses to enclose multiple right parts.
Note:
Only single pairs are supported with the following exceptions: DJDE ASSIGN and
DJDE BEGIN.
•
List parameter options in the sequence shown in this manual. To specify a particular
option but not the options preceeding it, use commas or blanks as ”place holders” for
the options you do not specify. For example, the OUTPUT command BFORM parame-
ter has three options:
•
To specify the form name (form-id) and number of copies, but not the initial copy (init)
on which the backside form (BFORM) is printed, enter:
•
The second comma (,) after SMLFRM tells the system that ”2” specifies the number of
copies on which the form is printed.
•
Use blanks anywhere in the JSL except in keywords and constants.
Identifier
Command key-
word (required)
Parameter key-
word
Parameter op-
tion
Additional parameter
keywords
VFU1:
CME4:
VFU
CME
ASSIGN=
LINE =
(1,1),
(1,60),
TOF=1,BOF=55;
POSITION=5,
FONT=2;
/*my comment*/
BFORM=(
form-id
,[
init
][,
copies
])
BFORM=(SMLFRM,,2)
Summary of Contents for XDL
Page 1: ...Oc Oc Reference Guide Oc PRISMAproduction Server V3 10 LCDS Module XDL DJDE...
Page 4: ...A29247 X4 X 8 7672...
Page 66: ...Summary of VOLUME Command Parameters Input Processing 58 A29247 X4 X 8 7672...
Page 118: ...Summary of OUTPUT Command Parameters Continuation Print Processing 110 A29247 X4 X 8 7672...
Page 120: ...Summary of OUTPUT Command Parameters Continuation Print Processing 112 A29247 X4 X 8 7672...
Page 121: ...Print Processing Summary of OUTPUT Command Parameters Continuation A29247 X4 X 8 7672 113...
Page 123: ...Print Processing Summary of OUTPUT Command Parameters Continuation A29247 X4 X 8 7672 115...
Page 125: ...Print Processing Summary of OUTPUT Command Parameters Continuation A29247 X4 X 8 7672 117...
Page 142: ...Summary of STOCKSET Statement Command Parameters Print Processing 134 A29247 X4 X 8 7672...
Page 176: ...RSUSPEND and RRESUME Commands Using Logical Processing 168 A29247 X4 X 8 7672...
Page 240: ...Migrating to HC Highlight Color Support 232 A29247 X4 X 8 7672...