Specifying print format parameters4-74 Using LCDS Print Description Language• PAPERSIZE=B4 and PAPERSIZE=(10.12,14.33) produceidentical results because they indicate long edge feed, asopposed to short edge feed format. (Refer to the SEFFNTcommand description in the “Specifying input parameters”chapter, for detailed information on short and long edgefeed.)• To print on B5 and 7 by 10 inch paper sizes, the printerrequires the 7 by 10 inch enablement kit (a hardware option)to be installed.• There are performance considerations when you areswitching paper sizes across pitch modes.• The PAPERSIZE parameter is not supported as a DJDE.Therefore, a JDE page oriented DJDE that calls out thedesired paper size is needed.• If the JSL specifies the paper size using the keyword method(such as USLEGAL, A4, or B4), the form coding must use thesame terminology. If the JSL specifies 8.5,14 and your formspecifies USLEGAL, an error message is displayed,indicating that the form paper size is too small or too large.USLETTER and B4 are the only sizes for which the keywordand the x, y expression do not create any incompatibilities.OUTPUTPAPERSIZEparameterexampleOUTPUT PURGESpecifies whether or not the system should delete graphic diskfiles at the end of report. This is applicable only to documentswith interleaved graphics.Syntax OUTPUT PURGE = {NO | YES}OUTPUT PAPERSIZE=USLETTER, FEED=MAIN,DUPLEX=NO, NUMBER=(1,1,80),FORMAT=SMPPOE;