![Xerox Nuvera 100 Скачать руководство пользователя страница 114](http://html2.mh-extra.com/html/xerox/nuvera-100/nuvera-100_software-manual_3360849114.webp)
Specifying input parameters
2-6
Using LCDS Print Description Language
•
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).
CAUTION
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
ONLINE:
JDL;
VFU1:
VFU
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;
/*Tables and criteria */
T1:
TABLE
MASK='?', CONSTANT='HE?DE? PAGE';
C1:
CRITERIA
CONSTANT=(1,11,EQ,T1), LINENUM=(1,10);
T2:
TABLE
CONSTANT=’TRAILER PAGE’;
C2:
CRITERIA
CONSTANT=(0,12,EQ,T2), LINENUM=(1,10);
Содержание Nuvera 100
Страница 1: ...Xerox DocuPrint EPS Using LCDS Print Description Language 701P21091 Version 3 7 May 2003...
Страница 16: ...Table of contents xvi Using LCDS Print Description Language...
Страница 28: ...Introduction xxviii Using LCDS Print Description Language...
Страница 151: ...Specifying input parameters Using LCDS Print Description Language 2 43 Figure 2 3 Record format types...
Страница 227: ...Using logical processing Using LCDS Print Description Language 3 47 Figure 3 6 Effects of RPAGE SIDE parameter...
Страница 228: ...Using logical processing 3 48 Using LCDS Print Description Language Figure 3 7 Effects of RPAGE WHEN parameter...
Страница 240: ...Using logical processing 3 60 Using LCDS Print Description Language Figure 3 8 Sample RSTACK command usage illustration...
Страница 352: ...Specifying print format parameters 4 112 Using LCDS Print Description Language...
Страница 434: ...Using PDL commands for graphics 6 8 Using LCDS Print Description Language...
Страница 464: ...Character code assignments C 8 Using LCDS Print Description Language...
Страница 469: ...Offline specifications Using LCDS Print Description Language D 5 Figure D 2 LPS tape format diagram...
Страница 498: ...INDEX INDEX 12 Using LCDS Print Description Language...