beautypg.com

Xerox 96MX User Manual

Page 303

background image

USING LOGICAL PROCESSING

XEROX DOCUPRINT 96/DOCUPRINT 96MX LPS PDL REFERENCE

7-23

Points to note

Note the following when using the RFEED command:

Satisfaction of the RFEED criteria will cause the current page to
feed from the cluster defined in the RFEED command.

If a criteria is met, the cluster name will remain in effect until the
next RFEED criteria is met or a new report is processed.

RFEED is not available as a DJDE.

In a multiple RFEED criteria command, the order in which the
criteria are specified makes a difference in the job application.
Once a criterion is satisfied, the system ignores criteria
checking for the rest of the page. The criteria checking resumes
when a page transition occurs. Consider this example:

PAPERSTK:
STOCKSET ASSIGN = (’RED’, red-ref),
ASSIGN = (’BLUE’, blue-ref),
ASSIGN = (’GREEN’, green-ref);
T1: TABLE CONSTANT = (’ABC’);
T2: TABLE CONSTANT = (’DEF’);
T3: TABLE CONSTANT = (’GHI’);
C1: CRITERIA CONSTANT = (4,3,EQ,T1);
C2: CRITERIA CONSTANT = (4,3,EQ,T2);
C3: CRITERIA CONSTANT = (15,3,EQ,T3);
RFEED TEST = ((C1,’RED’), (C2,’BLUE’),
(C3,’GREEN’));

In this example, the input task checks C1, C2, and then C3. If
C2 and C3 satisfy the specified criteria, the C2 cluster has
priority over the C3 cluster due to its position in the JSL.