Example Of An Online Jsl - Xerox DocuPrint 100 Software Manual

Enterprise printing system lcds print description language
Hide thumbs Also See for DocuPrint 100:
Table of Contents

Advertisement

Specifying input parameters
ONLINE: JDL;
VFU1:
VFU
/*Tables and criteria */
T1:
TABLE
C1:
CRITERIA
T2:
TABLE
C2:
CRITERIA
2-6
When the system is operating online in 3211 or 4245
emulation mode, forms control buffers (FCBs) are received
from the host to redefine channel-to-line number
assignments and to set margins based on the print position
indexing byte.
If the print position indexing (PPI) byte of the FCB is enabled,
it is not suppressed by FCB=IGNORE. If an FCB with a PPI
byte is received, indexing is invoked; if an FCB without a PPI
byte is received, indexing is turned off (even if
FCB=IGNORE).
Use of the PPI byte to shift the starting print position may cause
problems in recognition of both DJDEs and banner pages.
On the DP EPS, the maximum record length is 12288 bytes.
This limit is not influenced by print position indexing.
However, on other LPS systems, you should not use PPI for
print record lengths from 151 bytes to 214 bytes.

Example of an online JSL

The following figure shows an example of an online JSL that
contains several input processing commands. This JSL would be
used only for printing a job sent from a host over a channel or
through a TCP/IP gateway.
Table 2-2. Example of an online JSL
ASSIGN=(1,4), ASSIGN=(2,10),
ASSIGN=(3,16), ASSIGN=(4,22),
ASSIGN=(5,28), ASSIGN=(6,34),
ASSIGN=(7,40), ASSIGN=(8,46),
ASSIGN=(9,66), ASSIGN=(10,52),
ASSIGN=(11,58), ASSIGN=(12,64), TOF=1,
BOF=66;
MASK='?', CONSTANT='HE?DE? PAGE';
CONSTANT=(1,11,EQ,T1), LINENUM=(1,10);
CONSTANT='TRAILER PAGE';
CONSTANT=(0,12,EQ,T2), LINENUM=(1,10);
CAUTION
Using LCDS Print Description Language

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents