Xerox 721P85530 Printer User Manual


 
SPECIFYING DYNAMIC JOB DESCRIPTOR ENTRIES (DJDES)
8-32 XEROX DOCUPRINT 180 LPS PDL REFERENCE
The maximum lingth of all BTEXT strings within a DJDE packet
or in the JSL MESSAGE sommand is determined by the
following:
509-N
where N is the number of BTEXT commands in the JSL
MESSAGE command or DJDE packet.
Due to string length limitations, it is imperative that BTEXT
strings not be padded with unnecessary blank characters.
Example 1:
$DJDEBTEXT=’RNA=CK0409,CJN=HR0525’,;
$DJDEBTEXT=’RRA=1533249.37,NSE=2490’,END;
In Example 1, the maximum length allowed for the BTEXT
string is: 508 -2 = 506 (N is 2 as there are two BTEXT
commands).
Example 2:
MESSAGE BTEXT=’RNA=CK0409,CJN=HR0525’,
BTEXT=’RRA=153249.37,NSE=2490’,
BTEXT=’LDT=03-07-94,RSQ=Y’;
In Example 2, the maximum length allowed for the BTEXT
strings is: 508 - 3 =505 (N is 3 as there are three BTEXT
commands).
The maximum length of each DJDE BTEXT string is 255.
Values for required BTEXT parameters not supplied in a DJDE
or JSL will be supplied defaults by the PC UI if defaults exist for
the parameter.
BTEXT commands are treated as text strings by the PDL/DJDE
compiler and forwarded to the PC UI to process. Therefore, it is
possible that JSLs containing BTEXT will compile successfully
even though errors exist in the BTEXT command string. It is up
to the PC UI to process the BTEXT commands and flag any
errors found. The same goes for BTEXT DJDEs. Printing does
not stop and Auditing will not take place if any BTEXT errors are
found.
If BTEXT is specified and you are not running in PC UI mode,
INPUT issues a warning message and allow the operator to
continue or abort. If the operator chooses to continue, the
BTEXT commands are ignored. Otherwise, the job will be
aborted.
Although the BTEXT parameters can all be specified under one
command, it is recommended that you group the report
parameters and the page detail parameters into separate
BTEXT commands.
Example 1 Sample minimal data to audit a report with monetary and sheet
reconciliation:
$DJDEBTEXT=’RNA=CK0409,RRA=74698.32,NSE=4985’,;
$DJDE BTEXT=’SEQ=1,PRA=153.65,TXT=901 R.
Adams’,END;