Xerox FreeFlow Printer User Manual


 
Using Dynamic Job Descriptor Entries (DJDEs)
5-26 Using LCDS Print Description Language
END DJDE
Specifies the end of a DJDE packet. When an END DJDE is
encountered, the system applies all DJDE information specified
to the current printing environment at the next page or record
boundary.
Type Record oriented
Syntax END;
END DJDE: points to note
After the system detects an END parameter, record oriented
DJDEs take effect immediately. Page oriented DJDEs take
effect at the current page if no data has been printed. If data
has been printed, page oriented DJDEs take effect at the
next page transition.
If a delimiter other than a comma was used before the END
DJDE, a syntax error is displayed. A comma is required for
the system to properly process the END DJDE.
EOF DJDE
Stops downloading of a sixel-encoded file to the system disk
(used in conjunction with the FILE DJDE.) Note that EOF is
followed by a comma, then a semicolon.
Type Record oriented
Syntax EOF,;
EOF DJDE: point to note
When the EOF DJDE is combined with the FILE DJDE, the END
DJDE is not required.