Using logical processing
3-34 Using LCDS Print Description Language
RAUX TEST parameter
Specifies the test expression for selection of paper from the
auxiliary tray.
Syntax RAUX TEST = testexp
Options
Default No default
RAUX command: points to note
• If a record that is intended to satisfy the criteria for RAUX is
suspended by RSUSPEND, that record is not checked for the
RAUX criteria.
• Record selection and deletion are performed before RAUX
processing.
RAUX command example
Following is an example of how to use the RAUX command.
Table 3-26. RAUX TEST parameter options and definitions
Option Definition
testexp test expression.
Describes the criteria that, when detected by the system, will cause a page to
be fed from the tray identified for the AUX stock.
Refer to “Coding a test expression,” earlier in this chapter, for the format and
syntax of a testexp.
T1: TABLE CONSTANT='CUSTOMER COPY';
C1: CRITERIA CONSTANT=(20, 13, EQ, T1);
RAUX TEST=C1;
RECORD PREAMBLE=0;