Xerox 721P85530 Printer User Manual


 
SPECIFYING DYNAMIC JOB DESCRIPTOR ENTRIES (DJDES)
XEROX DOCUPRINT 180 LPS PDL REFERENCE 8-31
is processed. The ESS software does not check for this. It is
up to the user to code the application correctly.
Multiple DJDE BTEXT commands on a page must appear in the
same DJDE packet because only one page-oriented DJDE
packet can take effect per page.
The BTEXT report parameter(s) must precede the first BTEXT
page detail parameter. The ESS software does not check for
this. It is up to the user to code the application correctly.
Multiple values for BTEXT parameter(s) are accepted within the
same DJDE packet, but only the last value in the data stream is
used.
Report parameters can only be specified at the beginning of the
report. If they are specified again at some later point in the
report, they are ignored.
Reports with multiple copies are not expected to be audited in
the normal course of operations, as in the case of check
printing, this implies multiple copies of checks
To accommodate PDL record length constraints, BTEXT
commands that do not fit in one PDL record can span multiple
records by grouping parameters under separate BTEXT
commands.
Example:
MESSAGE BTEXT=’RNA=CK0409,CJN=HR0525’,
BTEXT=’RRA=153249.37,NSE=2490’,
BTEXT=’LDT=03-07-94,RSQ=Y’;
Note, however, that BTEXT parameters cannot span PDL
records. Every BTEXT parameter must start and end in the
same PDL record.
To accommodate short record lengths in the data stream, the
information to be communicated in a BTEXT command can be
placed into two or more consecutive DJDE records within a
DJDE packet.
Example:
$DJDE BTEXT=’RNA=CK0409,CJN=HR0525,
$DJDE RRA=153249.37,NSE=2490’,END;