Oce XDL Reference Manual page 23

Lcds-module xdl/djde
Table of Contents

Advertisement

Overview
For example, to reference the catalog named ONLINE in a job, the job level command
would be:
JOB1:JDE INCLUDE=ONLINE;
Job or JDE level
The job or JDE level allows the grouping of individual jobs together. XDL commands coded
within the job command level override the system commands. XDL commands from a cat-
alog command level can be incorporated as shown in the command syntax below. For each
job, values not specified in any of the command sets are taken from the XDL defaults as
defined in appendix A. The JOB or JDE command has the following form:
jde-name: {JOB|JDE} [INCLUDE = (cat-name
jde-name is a 1 to 6 character alphanumeric identifier. It specifies the name of the JDE be-
ing defined.
cat-name or cat-name
catalog name.
Examples–JOB command
JOB2: JDE;
JOB3: JOB;
INCLUDE=ONLINE;
JOB4: JDE;
LINE VFU=VFU2;
OUTPUT FORMS=AY2F;
A JOB command continues until another JOB, JDE command or END command is encoun-
tered. The catalog identifier in a JOB or JDE command as with JOB3 above, JOB2 is used
along with the identifier on the SYSTEM command set to initiate a print job. When DFLT is
coded for the jde-name, the specification of a JDE parameter option on the START com-
mand is not necessary.
END command
A JDL terminates with the END command. If one JDL is to follow another, the next com-
mand after the END command should be another SYSTEM command.
The end of all JDLs to be processed is indicated by two consecutive END commands:
END; END;
A29247-X4-X-8-7672
is a 1 to 6 character alphanumeric identifier of a previously defined
n
Job Source Library (JSL) Structure
[,cat-name
][,...])];
1
2
15

Advertisement

Table of Contents
loading

This manual is also suitable for:

DjdePrismaproduction server v3.10

Table of Contents