SPECIFYING DYNAMIC JOB DESCRIPTOR ENTRIES (DJDES)
8-70 XEROX DOCUPRINT 180 LPS PDL REFERENCE
SNUMBER
If the system encounters a valid SNUMBER dynamic job
descriptor entry after an incorrect EXPORT command
SNUMBER parameter had been specified, unpredictable
results may occur.
SNUMBER as a DJDE may only be used to change current line
or column numbers and fontindex values that are specified in
the SNUMBER parameter of the EXPORT command used in
the JDL. The DJDE SNUMBER may only enable segment
sequence numbering if it is invoked with the SEPARATORS
DJDE.
Ending a segment
A segment may be ended by a DJDE under any of these
conditions:
SEPARATORS is specified in a DJDE
The system encounte rs a SPLIT=NOW dy nam ic job
descriptor entry
The system encounters a SPLIT=OFF dynamic job
descriptor entry.
Using a new separator page
You may use a new separator page by specifying it as a DJDE.
Resetting the segment number
You may set a new segment number after the current one is
terminated. This is accomplished when the system encounters
a series of tw o DJDEs: SPLIT=OFF followed by
SPLIT=(min,max).
Examples
Following are examples of how to use the SEFMAP command.
Example 1
Before the DJDE short-edge feed parameter, the contents of the
memory font mapping table where:
((
font
1
,
font
2
),(
font
3
,
font
4
))
DJDE SEFMAP parameter:
SEFMAP=((
font
1
,
font
7
),(
font
5
,
font
6
),UPD);
After this DJDE SEFMAP parameter is processed, the contents of
the memory font mapping table are:
((
font
1
,
font
7
),(
font
3
,
font
4
),(
font
5
,
font
6
))