
on
Any QMS DOC settings for standard commands (such as 
layout, document finishing, or document formatting) which 
are specified in the current subjob will replace the previous 
values of these settings inherited from the previous subjobs. 
All other settings inherited from the previous subjobs in the 
document remain unchanged. This subjob will be 
considered part of the collation range established by the 
previous subjob. See the “Collation Range” definition earlier 
in this section.
collate
Create a new collation range, but retain the same layout 
and document formatting options that were in effect with the 
prior subjob, as in the following two subjob sessions:
%!
%%IncludeFeature: numcopies(10)
...
PCL 5 Data...
%!
%%IncludeFeature:newlayout(collate)
%%IncludeFeature: numcopies(25)
...
PostScript DataIn this example, all of subjob A prints with its attributes 
(numcopies and other layout, document format, and 
document finishing commands). When that job is 
completed, subjob B prints 25 copies with all other attributes 
unchanged).