You are here: Available Utilities > M > MRG2FAP > Building Metacode Resources > PrtType Control Group > JDLRPage

JDLRPage

Use this optional INI option to represent the criteria which signals a jump to the front side of a new sheet to the printer. In the JDL sample listed earlier, the RPAGE statement performed a criteria test named C3. The C3 test checks a specific part of each input line against the string named T3. If the string T3 matches an input data record at position zero (0) for a length of 5 bytes, a jump to new sheet condition is signaled because of the SIDE=NUFRONT setting. Only CONSTANT criteria using an EQ operator is supported. The SIDE=NUFRONT setting in the JSL is required for JDLRPage to work properly.

Note If the print job is likely to contain duplex pages alternating with simplex (one sided) pages, JDLRPAGE provides a way to leave the back sides of certain pages blank.

Using the JDL sample listed earlier, this option should be set to:

JDLRPage = 1,5,EQ,X'FFFF26FFFF'