VMS Help  —  PRINT Parameter
  The PRINT command accepts the /PARAMETERS qualifier to specify functions
  unique to printing on PostScript printers with HP DECprint Supervisor for
  OpenVMS software.

  Format:

  $ PRINT /PARAMETERS=(parameter[,...]) file-spec

  If you specify only one parameter, you can omit the parentheses.  If you
  specify two or more parameters, separate them with commas and enclose the
  set in parentheses.

  If you specify a parameter that contains special characters or delimiters,
  enclose the parameter in double quotation marks (" ").

  If the value associated with a parameter contains delimiters, such as
  commas or parentheses, enclose the value (or the entire parameter) in
  double quotation marks.

  The following examples are valid notations:

  $ PRINT /PARAMETERS=(PAGE_SIZE=A,SHEET_SIZE=A4) file-spec

  $ PRINT /PARAMETERS=(PAGE_LIMIT="(1,4)",MESSAGES="(PRINT,KEEP)") file-spec

1  –  DATA_TYPE

    DATA_TYPE=data-type-name

    Specifies which translator, if any, the print symbiont invokes.

    Data-type-name can be ANSI, ASCII (same as ANSI), AUTOMATIC,
    DDIF (bitonal image subset only), PCL, REGIS, TEK4014, POSTSCRIPT,
    or PROPRINTER.  If the data-type-name is POSTSCRIPT, no translator
    is invoked.

    If you do not specify DATA_TYPE, it defaults to AUTOMATIC.  With
    AUTOMATIC, the data type of the file is determined by the file
    extension and the contents of the file.

1.1  –  AUTOMATIC[=initial-data-type]

    Specifies the automatic detection of the file's data type. The
    initial-data-type specifies the data type at the start of the
    file.  This is useful if the file contains PostScript data after
    ANSI, PCL, or Proprinter data.  AUTOMATIC is the default method
    for printing files.  The default initial-data-type is ANSI.

1.2  –  ANSI

    Specifies that the file to be printed is an ANSI file.  The file
    is translated to PostScript for printing on the PostScript printer.
    ANSI refers to the DIGITAL ANSI-Compliant PPL3 printing protocol.
    Your print file is assumed to be ANSI unless you specify that it
    is PostScript.

1.3  –  DDIF

    Specifies that the file to be printed is a DDIF bitonal image file.
    DDIF (DIGITAL Document Interchange Format) is used to encode graphic
    images.  Other types of DDIF-encoded data, including grayscale images,
    color images,and text, are ignored.

1.4  –  LIST

    Specifies that the file to be printed is a simple ASCII file.  The
    file is translated to PostScript for printing on the PostScript
    printer.  The LIST translator numbers each line of text, creates
    alternating bars of gray and white in the background, and creates
    a running head of the file name and page number.

1.5  –  PCL

    Specifies that the file to be printed is a PCL file; that is, the
    file was generated for printing on a printer that supports the
    Hewlett-Packard Printing Control Language.

    If your print job contains one or more of the following print
    parameters, or DCPS does not support your printer in PCL mode, then
    the file is translated to PostScript for printing:

         /PARAMETERS=LAYUP_DEFINITION
         /PARAMETERS=NUMBER_UP
         /PARAMETERS=SHEET_COUNT
         /PARAMETERS=PAGE_LIMIT

    The translator assumes the file was generated for printing on the
    Hewlett-Packard LaserJet IID printer.

    If your print job does not contain any of the previous print
    parameters, and DCPS supports your printer in PCL mode, the file
    is printed in the printer's PCL mode.

1.6  –  PROPRINTER

    Specifies that the file to be printed is a Proprinter file; that
    is, the file was generated for printing on an IBM Proprinter
    device.  The file is translated to PostScript for printing on the
    PostScript printer.  Specifically, the translator assumes the
    file was generated for printing on a Proprinter XL24 printer.

1.7  –  REGIS

    Specifies that the file to be printed is a ReGIS graphics file.
    The file is translated to PostScript for printing on the
    PostScript printer.

1.8  –  TEKTRONIX

    Specifies that the file to be printed was generated for printing
    on a TEKTRONIX 4010/4014 device.  The file is translated to
    PostScript for printing on the PostScript printer.

2  –  FONTS_USED

    FONTS_USED=font_module(s)

    Allows you to load fonts that emulate LN03 and DEClaser font cartridges
    when you are printing ANSI files.  Font modules are available in
    SoftFont kits, a separate DIGITAL product, now retired and no longer
    available.

    The following command displays a list of font modules available on your
    system:

    $ LIBRARY /LIST /TEXT SYS$LIBRARY:CPS$ANSI_FONTS

3  –  INPUT_TRAY

    INPUT_TRAY=tray-name

    Selects the input tray that provides media on which to print the job.
    Since some trays are optional, not all trays are available on all
    printers of a particular model.

3.1  –  Apple printers

      +-------------------+-----------------------------------+
      |                   |            LaserWriter            |
      | Input tray        |         |       |  Plus  | Select |
      | Values            | 600/630 | IIg/f | IINT/X |   360  |
      +-------------------+-----------------------------------+
      | MANUAL_FEED       |    X    |   X   |    X   |   X    |
      | NOMANUAL_FEED     |         |       |        |        |
      +-------------------+-----------------------------------+
      | BOTTOM            |    X    |       |        |        |
      +-------------------+-----------------------------------+
      | TOP               |    X    |   X   |    X   |        |
      +-------------------+-----------------------------------+
      | ENVELOPE_FEEDER   |    X    |       |        |        |
      +-------------------+-----------------------------------+
      | MULTIPURPOSE      |         |       |        |   X    |
      +-------------------+-----------------------------------+
      | CASSETTE          |         |       |        |   X    |
      +-------------------+-----------------------------------+
      | OPTIONAL_CASSETTE |         |       |        |   X    |
      +-------------------+-----------------------------------+

3.2  –  Compaq printers

      +-------------------+-----------------------+
      |                   | Compaq Laser Printer  |
      |                   |       | LN32  |       |
      | Input tray Values | LN16  | LNM40 | LNC02 |
      +-------------------+-----------------------+
      | MANUAL_FEED       |   X   |   X   |       |
      | NOMANUAL_FEED     |       |       |       |
      +-------------------+-----------------------+
      | UPPER / TOP       |   X   |       |   X   |
      +-------------------+-----------------------+
      | LOWER / BOTTOM    |   X   |       |   X   |
      +-------------------+-----------------------+
      | ENVELOPE_FEEDER   |       |   X   |       |
      +-------------------+-----------------------+
      | MULTIPURPOSE      |   X   |   X   |       |
      +-------------------+-----------------------+
      | TRAY_1            |       |   X   |       |
      +-------------------+-----------------------+
      | TRAY_2            |       |   X   |       |
      +-------------------+-----------------------+
      | TRAY_3            |       |   X   |       |
      +-------------------+-----------------------+
      | TRAY_4            |       |   X   |       |
      +-------------------+-----------------------+
      | TRAY_5            |       |   X   |       |
      +-------------------+-----------------------+

3.3  –  DIGITAL printers

3.3.1  –  Colormate PS

      You cannot select input trays with the Colormate PS printer.

3.3.2  –  Colorwriter LSR 2000

      You can select input trays with the following values:

         MAIN
         MULTIPURPOSE
         OPTIONAL_CASSETTE

3.3.3  –  LN printers

      +-------------------+----------------------------------+
      |                   |      DIGITAL Laser Printer       |
      | Input tray values | LN15 | LN17 | LN20 | LN40 |LNC02 |
      +-------------------+----------------------------------+
      | MANUAL_FEED       |  X   |      |  X   |  X   |      |
      | NOMANUAL_FEED     |      |      |      |      |      |
      +-------------------+----------------------------------+
      | FRONT             |      |  X   |      |      |      |
      +-------------------+----------------------------------+
      | MAIN              |      |  X   |      |      |      |
      +-------------------+----------------------------------+
      | UPPER / TOP       |  X   |      |  X   |  X   |  X   |
      +-------------------+----------------------------------+
      | MIDDLE            |      |      |      |  X   |      |
      +-------------------+----------------------------------+
      | LOWER / BOTTOM    |  X   |      |  X   |  X   |  X   |
      +-------------------+----------------------------------+
      | LOWER_1           |      |  X   |      |      |      |
      +-------------------+----------------------------------+
      | LOWER_2           |      |  X   |      |      |      |
      +-------------------+----------------------------------+
      | ENVELOPE_FEEDER   |      |  X   |      |      |      |
      +-------------------+----------------------------------+
      | MULTIPURPOSE      |  X   |      |  X   |      |      |
      +-------------------+----------------------------------+
      | LCIT              |      |      |      |  X   |      |
      +-------------------+----------------------------------+

3.3.4  –  DECcolorwriter 1000

      You can select input trays with the following values:

         TOP     (standard input tray)
         BOTTOM  (optional input tray)

3.3.5  –  DEClaser printers

      +-------------------+-----------------------------------------+
      |                   |             DEClaser                    |
      |                   | 1150 |      |      |      |      |      |
      | Input tray Values | 1152 | 2150 | 2250 | 3250 | 3500 | 5100 |
      +-------------------+-----------------------------------------+
      | MANUAL_FEED       |  X   |  X   |  X   |  X   |  X   |  X   |
      | NOMANUAL_FEED     |      |      |      |      |      |      |
      +-------------------+-----------------------------------------+
      | BOTTOM            |      |      |  X   |  X   |      |      |
      +-------------------+-----------------------------------------+
      | TOP               |      |      |  X   |  X   |      |      |
      +-------------------+-----------------------------------------+
      | ENVELOPE_FEEDER   |      |      |  X   |      |      |  X   |
      +-------------------+-----------------------------------------+
      | LCIT              |      |      |      |  X   |      |      |
      +-------------------+-----------------------------------------+
      | MIDDLE            |      |      |      |      |      |      |
      +-------------------+-----------------------------------------+
      | MULTIPURPOSE      |      |      |      |      |  X   |  X   |
      +-------------------+-----------------------------------------+
      | CASSETTE          |      |      |      |      |  X   |  X   |
      +-------------------+-----------------------------------------+
      | OPTIONAL_CASSETTE |      |      |      |      |  X   |  X   |
      +-------------------+-----------------------------------------+

3.3.6  –  PrintServer printers

      +-----------------+-------------------+
      | Input tray      |    PrintServer    |
      | values          | 17 | 20 | 32 | 40 |
      +-----------------+-------------------+
      | MANUAL_FEED     | X* |    |    |    |
      | NOMANUAL_FEED   |    |    |    |    |
      +-----------------+-------------------+
      | BOTTOM          | X  | X  | X  |    |
      +-----------------+-------------------+
      | TOP             | X  | X  | X  | X  |
      +-----------------+-------------------+
      | ENVELOPE_FEEDER | X  |    |    |    |
      +-----------------+-------------------+
      | LCIT            | X  | X  | X  | X  |
      +-----------------+-------------------+
      | MIDDLE          |    | X  | X  | X  |
      +-----------------+-------------------+

         * With PrintServer Supporting Host V5.0 or later

3.3.7  –  ScriptPrinter

      You cannot select input trays with the ScriptPrinter printer.

3.4  –  GENICOM printers

      +-------------------+-------------------------------+
      |                   |       |       |       | LN45  |
      |                   |       |       |       | LNM40 |
      |                   |       | cL160 | LN28  | mL320 |
      |                   |       | LN21  | mL280 | mL401 |
      | Input tray values | mL170 | mL210 | mL402 | mL450 |
      +-------------------+-------------------------------+
      | MANUAL_FEED       |   X   |   X   |   X   |   X   |
      | NOMANUAL_FEED     |       |       |       |       |
      +-------------------+-------------------------------+
      | LOWER / BOTTOM    |   X   |       |       |       |
      +-------------------+-------------------------------+
      | ENVELOPE_FEEDER   |       |   X   |       |   X   |
      +-------------------+-------------------------------+
      | MULTIPURPOSE      |   X   |   X   |   X   |   X   |
      +-------------------+-------------------------------+
      | TRAY_1/TOP/UPPER  |   X   |   X   |   X   |   X   |
      +-------------------+-------------------------------+
      | TRAY_2            |       |   X   |   X   |   X   |
      +-------------------+-------------------------------+
      | TRAY_3            |       |   X   |   X   |   X   |
      +-------------------+-------------------------------+
      | TRAY_4            |       |       |       |   X   |
      +-------------------+-------------------------------+
      | TRAY_5            |       |       |       |   X   |
      +-------------------+-------------------------------+

3.5  –  HP printers

      +-------------------+-----------------------------------------------+
      |                   |                   LaserJet                    |
      |                   |  1300 |                                       |
      |                   |  1320 |                                       |
      |                   |  2015 |                                       |
      |                   |  2055 |                                       |
      |                   |  2100 |                                       |
      |                   |  2200 |                                       |
      |                   |  2300 |                                       |
      |                   |  2410 |                                       |
      |                   |  2420 |       |  4000 |                       |
      |                   |  2430 |       |  4050 |                       |
      |                   |  3004 |       |  4100 |                       |
      |                   |  3005 |       |  4200 |  5000 |               |
      |                   | M3027 |  1522 |  4240 |  5100 |               |
      |                   | M3035 |  2727 |  4250 |  5200 |       | P4014 |
      |                   |  3390 |  3052 |  4300 | P3011 | M5025 | P4015 |
      | Input tray values |  3392 |  3055 |  4350 | P3015 | M5035 | P4515 |
      +-------------------+-----------------------------------------------+
      | MANUAL_FEED       |   X   |   X   |   X   |   X   |   X   |   X   |
      | NOMANUAL_FEED     |       |       |       |       |       |       |
      +-------------------+-----------------------------------------------+
      | ENVELOPE_FEEDER   |       |       |   X   |       |       |   X   |
      +-------------------+-----------------------------------------------+
      | TRAY_1            |   X   |   X   |   X   |   X   |   X   |   X   |
      +-------------------+-----------------------------------------------+
      | TRAY_2            |   X   |       |   X   |   X   |   X   |   X   |
      +-------------------+-----------------------------------------------+
      | TRAY_3            |   X   |       |   X   |   X   |   X   |   X   |
      +-------------------+-----------------------------------------------+
      | TRAY_4            |       |       |   X   |   X   |   X   |   X   |
      +-------------------+-----------------------------------------------+
      | TRAY_5 - TRAY_6   |       |       |       |       |   X   |   X   |
      +-------------------+-----------------------------------------------+

      +-------------------+-------------------------------+---------------+
      |                   |           LaserJet            |               |
      |                   |       |  9000 |               |               |
      |                   |  4345 |  9040 |               |               |
      |                   | M4345 | M9040 |               |               |
      |                   |  8100 |  9050 |  9055 |       |  8050 |       |
      | Input tray values |  8150 | M9050 |  9065 | 5SiMX |  8060 |  9085 |
      +-------------------+-----------------------------------------------+
      | MANUAL_FEED       |   X   |   X   |   X   |   X   |   X   |       |
      | NOMANUAL_FEED     |       |       |       |       |       |       |
      +-------------------+-----------------------------------------------+
      | ENVELOPE_FEEDER   |   X   |       |       |   X   |       |       |
      +-------------------+-----------------------------------------------+
      | TRAY_1            |   X   |   X   |   X   |   X   |   X   |   X   |
      +-------------------+-----------------------------------------------+
      | TRAY_2            |   X   |   X   |   X   |   X   |   X   |   X   |
      +-------------------+-----------------------------------------------+
      | TRAY_3            |   X   |   X   |   X   |   X   |   X   |   X   |
      +-------------------+-----------------------------------------------+
      | TRAY_4            |   X   |   X   |   X   |   X   |   X   |   X   |
      +-------------------+-----------------------------------------------+
      | TRAY_5            |   X   |   X*  |   X   |       |   X   |       |
      +-------------------+-----------------------------------------------+
      | TRAY_6 - TRAY_9   |       |   X*  |       |       |       |       |
      +-------------------+-----------------------------------------------+

       * Only if TowerFeed 444 third-party option is attached

      +-------------------+------------------------------------+
      |                   |             LaserJet               |
      |                   |     |     |     |     |4SiMX |     |
      |                   |     |     |     |     |IIISi*|     |
      | Input tray values | 5M  | 4MV | 4ML | 4M  |IIID**|III**|
      +-------------------+------------------------------------+
      | MANUAL_FEED       |  X  |  X  |  X  |  X  |  X   |  X  |
      | NOMANUAL_FEED     |     |     |     |     |      |     |
      +-------------------+------------------------------------+
      | BOTTOM            |  X  |     |     |     |  X   |     |
      +-------------------+------------------------------------+
      | TOP               |  X  |     |     |     |  X   |  X  |
      +-------------------+------------------------------------+
      | ENVELOPE_FEEDER   |  X  |     |     |  X  |  X   |     |
      +-------------------+------------------------------------+
      | MULTIPURPOSE      |  X  |  X  |     |  X  |      |     |
      +-------------------+------------------------------------+
      | CASSETTE          |     |  X  |     |  X  |      |     |
      +-------------------+------------------------------------+
      | OPTIONAL_CASSETTE |     |  X  |     |  X  |      |     |
      +-------------------+------------------------------------+

       *   Level 2 option from HP supported.
       **  HP III and IIID printers use HP cartridges (Level 1 or Level 2).

      +-------------------+------+---------------------------+
      |                   |          Color LaserJet          |
      |                   |CM1015|                           |
      |                   |CM1017|CM3530|                    |
      |                   |CM2320|CP1513|                    |
      |                   |  2500|CP1514|                    |
      |                   |  2605|CP1515|                    |
      |                   |  3000|CP1516|                    |
      |                   |CP3505|CP1517|                    |
      |                   |  3700|CP1518|                    |
      |                   |  3800|CP1519|                    |
      |                   |  4500|CP2024|                5550|
      |                   |  4550|CP2025|         4730|  9500|
      |                   |  4600|CP2026|         5500|CM6030|
      |                   |  4610|CP2027|CP4005|  8500|CM6040|
      | Input tray Values |  4650|CP3525|  4700|  8550|CP6015|
      +-------------------+------+---------------------------+
      | MANUAL_FEED       |  X   |  X   |  X   |  X   |  X   |
      | NOMANUAL_FEED     |      |      |      |      |      |
      +-------------------+------+---------------------------+
      | TRAY_1            |  X   |  X   |  X   |  X   |  X   |
      +-------------------+------+---------------------------+
      | TRAY_2            |  X   |  X   |  X   |  X   |  X   |
      +-------------------+------+---------------------------+
      | TRAY_3            |  X   |      |  X   |  X   |  X   |
      +-------------------+------+---------------------------+
      | TRAY_4            |      |      |  X   |  X   |  X   |
      +-------------------+------+---------------------------+
      | TRAY_5            |      |      |  X   |      |  X   |
      +-------------------+------+---------------------------+
      | TRAY_6            |      |      |  X   |      |      |
      +-------------------+------+---------------------------+

3.6  –  IBM printers

      +-------------------+-----------+
      |                   | InfoPrint |
      |                   |     | 32  |
      | Input tray Values | 21  | 40  |
      +-------------------+-----------+
      | MANUAL_FEED       |  X  |  X  |
      | NOMANUAL_FEED     |     |     |
      +-------------------+-----------+
      | ENVELOPE_FEEDER   |  X  |  X  |
      +-------------------+-----------+
      | TRAY_1            |  X  |  X  |
      +-------------------+-----------+
      | TRAY_2            |  X  |  X  |
      +-------------------+-----------+
      | TRAY_3            |  X  |  X  |
      +-------------------+-----------+
      | TRAY_4            |     |  X  |
      +-------------------+-----------+
      | TRAY_5            |     |  X  |
      +-------------------+-----------+
      | MULTIPURPOSE      |  X  |     |
      +-------------------+-----------+

3.7  –  Lexmark printers

      +-------------------+-----------------------------------------+
      |                   |     |     |     |     |     Optra S     |
      |                   |     |     |     |     | 1250|     |     |
      |                   |     |     |     |     | 1255| 1650| 2450|
      |                   |Optra|     |     |Optra| 1620| 1855| 2455|
      | Input tray values |C710 |C720 |C750 | Rt+ | 1625| 2420|e3455|
      +-------------------+-----------------------------------------+
      | MANUAL_FEED       |  X  |  X  |  X  |  X  |  X  |  X  |     |
      | NOMANUAL_FEED     |     |     |     |     |     |     |     |
      +-------------------+-----------------------------------------+
      | TRAY_1            |  X  |  X  |  X  |  X  |  X  |  X  |  X  |
      +-------------------+-----------------------------------------+
      | TRAY_2            |  X  |  X  |  X  |  X  |  X  |  X  |  X  |
      +-------------------+-----------------------------------------+
      | TRAY_3            |  X  |     |  X  |  X  |  X  |  X  |  X  |
      +-------------------+-----------------------------------------+
      | TRAY_4            |     |     |  X  |     |     |  X  |  X  |
      +-------------------+-----------------------------------------+
      | TRAY_5            |     |     |     |     |     |     |  X  |
      +-------------------+-----------------------------------------+
      | ENVELOPE_FEEDER   |  X  |     |  X  |  X  |  X  |  X  |  X  |
      +-------------------+-----------------------------------------+
      | MULTIPURPOSE      |  X  |     |  X  |     |  X  |  X  |     |
      +-------------------+-----------------------------------------+
      | FEEDER_1          |     |     |     |  X  |     |     |     |
      +-------------------+-----------------------------------------+
      | FEEDER_2          |     |     |     |  X  |     |     |     |
      +-------------------+-----------------------------------------+

      +-------------------+-----------+-----+-----+-----+
      |                   |  Optra T  |T520 |     |     |
      |                   |     |     |T522 |     |     |
      |                   | 610 | 614 |T620 |Optra|     |
      | Input tray values | 612 | 616 |T622 |W810 |W820 |
      +-------------------+-----------+-----+-----+-----+
      | MANUAL_FEED       |  X  |  X  |  X  |     |     |
      | NOMANUAL_FEED     |     |     |     |     |     |
      +-------------------+-----------+-----+-----+-----+
      | TRAY_1            |  X  |  X  |  X  |  X  |  X  |
      +-------------------+-----------+-----+-----+-----+
      | TRAY_2            |  X  |  X  |  X  |  X  |  X  |
      +-------------------+-----------+-----+-----+-----+
      | TRAY_3            |  X  |  X  |  X  |  X  |  X  |
      +-------------------+-----------+-----+-----+-----+
      | TRAY_4            |  X  |  X  |  X  |  X  |  X  |
      +-------------------+-----------+-----+-----+-----+
      | TRAY_5            |     |  X  |     |     |  X  |
      +-------------------+-----------+-----+-----+-----+
      | ENVELOPE_FEEDER   |  X  |  X  |  X  |     |  X  |
      +-------------------+-----------+-----+-----+-----+
      | MULTIPURPOSE      |  X  |  X  |  X  |     |  X  |
      +-------------------+-----------+-----+-----+-----+

3.8  –  Ricoh printers

      +-------------------+-----------------------------------+
      |                   |              Aficio               |
      |                   |        | SPC811 |                 |
      |                   |        |   3035 |                 |
      |                   |        |   3045 | MP2510 |  AP400 |
      |                   |        | MP3500 |   3235 |  AP410 |
      |                   |        | MP4500 | CL7000 |   C410 |
      |                   |        | AP4510 | CL7100 |   C411 |
      |                   |        | MP5500 | CL7200 | CL3500 |
      |                   |  MP161 | SP8100 | CL7300 | CL4000 |
      +-------------------+-----------------------------------+
      | MANUAL_FEED       |   X    |   X    |   X    |   X    |
      | NOMANUAL_FEED     |        |        |        |        |
      +-------------------+-----------------------------------+
      | MULTIPURPOSE      |   X    |   X    |   X    |   X    |
      +-------------------+-----------------------------------+
      | TRAY_1            |   X    |   X    |   X    |   X    |
      +-------------------+-----------------------------------+
      | TRAY_2            |   X    |   X    |   X    |   X    |
      +-------------------+-----------------------------------+
      | TRAY_3            |        |   X    |   X    |   X    |
      +-------------------+-----------------------------------+
      | TRAY_4            |        |   X    |   X    |        |
      +-------------------+-----------------------------------+
      | TRAY_5            |        |   X    |        |        |
      +-------------------+-----------------------------------+

3.9  –  Tektronix printers

      +-------------------+---------------------------+
      |                   |          Phaser           |
      |                   | 200e |      |      |      |
      |                   | 200i | 740  |      |      |
      | Input tray values | 220e | 750  | 780  | 850  |
      +-------------------+---------------------------+
      | MANUAL_FEED       |  X   |  X   |  X   |  X   |
      | NOMANUAL_FEED     |      |      |      |      |
      +-------------------+---------------------------+
      | TOP               |  X   |  X   |      |  X   |
      +-------------------+---------------------------+
      | MIDDLE            |      |  X   |      |  X   |
      +-------------------+---------------------------+
      | BOTTOM            |  X   |  X   |      |  X   |
      +-------------------+---------------------------+
      | TRAY_1            |      |      |  X   |      |
      +-------------------+---------------------------+
      | TRAY_2            |      |      |  X   |      |
      +-------------------+---------------------------+
      | TRAY_3            |      |      |  X   |      |
      +-------------------+---------------------------+
      | TRAY_4            |      |      |  X   |      |
      +-------------------+---------------------------+
      | MULTIPURPOSE      |      |      |  X   |      |
      +-------------------+---------------------------+

3.10  –  Xerox printers

      +-------------------+---------------------------------------+
      |                   |                       |WorkCentre Pro |
      |                   |                       |   35  |       |
      |                   |                       |   45  |       |
      |                   |                       |   55  |       |
      |                   |                       |   65  |       |
      |                   |                       |   75  |       |
      |                   |                       |   90  |       |
      |                   |                       |  232  |       |
      |                   |                       |  238  |       |
      |                   |     DocuPrint N       |  245  |       |
      |                   |               |   32  |  255  | C2128 |
      |                   | 2025  |       | 3225  |  265  | C2636 |
      | Input tray values | 2825  | 2125  | 4025  |  275  | C3545 |
      +-------------------+---------------------------------------+
      | MANUAL_FEED       |   X   |   X   |   X   |   X   |   X   |
      | NOMANUAL_FEED     |       |       |       |       |       |
      +-------------------+---------------------------------------+
      | ENVELOPE_FEEDER   |       |   X   |   X   |       |       |
      +-------------------+---------------------------------------+
      | MULTIPURPOSE      |   X   |   X   |   X   |   X   |   X   |
      +-------------------+---------------------------------------+
      | TRAY_1            |   X   |   X   |   X   |   X   |   X   |
      +-------------------+---------------------------------------+
      | TRAY_2            |   X   |   X   |   X   |   X   |   X   |
      +-------------------+---------------------------------------+
      | TRAY_3            |   X   |   X   |   X   |   X   |   X   |
      +-------------------+---------------------------------------+
      | TRAY_4            |       |       |   X   |   X   |   X   |
      +-------------------+---------------------------------------+
      | TRAY_5            |       |       |   X   |   X   |   X   |
      +-------------------+---------------------------------------+
      | TRAY_6            |       |       |       |   X   |       |
      +-------------------+---------------------------------------+

      +-------------------+---------------------------+
      |                   |          Phaser           |
      |                   | 4500 |                    |
      |                   | 4510 |                    |
      |                   | 6250 |                    |
      | Input tray values | 8400 | 5500 | 7300 | 7750 |
      +-------------------+---------------------------+
      | MANUAL_FEED       |  X   |  X   |  X   |  X   |
      | NOMANUAL_FEED     |      |      |      |      |
      +-------------------+---------------------------+
      | MULTIPURPOSE      |      |      |  X   |      |
      +-------------------+---------------------------+
      | TRAY_1            |  X   |  X   |  X   |  X   |
      +-------------------+---------------------------+
      | TRAY_2            |  X   |  X   |  X   |  X   |
      +-------------------+---------------------------+
      | TRAY_3            |  X   |  X   |  X   |  X   |
      +-------------------+---------------------------+
      | TRAY_4            |  X   |  X   |  X   |  X   |
      +-------------------+---------------------------+
      | TRAY_5            |      |  X   |  X   |  X   |
      +-------------------+---------------------------+
      | TRAY_6            |      |  X   |      |      |
      +-------------------+---------------------------+

4  –  LAYUP_DEFINITION

   LAYUP_DEFINITION=layup-definition-filename
   LAYUP_DEFINITION="(option;...)"

    Specifies layup options or a layup definition file that sets
    the layup features.  Layup features are borders, sheet margins,
    alternating margins, pages per sheet, first page, page order,
    and page grid.

    Layup definition files are located in DCPS$LAYUP: and have the
    file type LUP.  Do not specify the file type when you specify
    the layup definition file in the command line.

    To use a layup option and NUMBER_UP together, you must specify
    both on the command line or associate both with a queue.

4.1  –  Options

      Layup options allow you to specify the number of pages to
      print on each sheet of paper, their position on a sheet, the
      size of margins and whether borders are printed.  The layup
      options and the syntax for specifying values is as follows:

      ALTERNATE=[LEFT|RIGHT|TOP|BOTTOM]
      [NO]BORDERS
      FIRSTPAGE=n
      GRID=columns,rows
      MARGINS=t,b,l,r
      PAGEORDER=
      PAGESPERSHEET=n

      You can specify layup options in either a layup definition
      file, or in-line as part of the PRINT command.

4.2  –  In-line

      You can specify layup definition options in your command line
      by enclosing them in parentheses and separating them with
      semi-colons.  You must also enclose the entire layup
      definition string in quotes, as follows:

      $ PRINT /PARAMETERS=(LAYUP_DEFINITION="(option1;option2;...)")

      See the Examples topic for examples of PRINT commands that
      include in-line layup options.

4.3  –  ALTERNATE

      ALTERNATE=[LEFT|RIGHT|TOP|BOTTOM]

      Shifts every other page image in preparation for two-sided
      printing.  Use this option in combination with the MARGINS
      option.

      Specify one of the words, LEFT, RIGHT, TOP or BOTTOM to
      cause the DECprint Supervisor to shift alternate page side
      images appropriately.  Specifying LEFT or RIGHT alternates
      the left and right margins you specify with the MARGINS
      option (those margins along the long edge of a sheet of
      paper).  Specifying TOP or BOTTOM alternates the top and
      bottom margins you specify.

      If you specify ALTERNATE with no option values, left and
      right margins alternate.

4.4  –  BORDERS

      BORDERS
      NOBORDERS

      Draws a border around each page.

      If you use the NUMBER_UP parameter, the default is to draw
      borders around each page spot.  Specify NOBORDERS to inhibit
      drawing of borders.

      The default is to draw page borders whenever the layup
      feature is used.

4.5  –  FIRSTPAGE

      FIRSTPAGE=value

      Specifies the first page spot where a page will be printed.

      You must specify a value to FIRSTPAGE.  The value is the
      number of the page spot on which to print the first page.
      Page spots are numbered starting at 1.

      The FIRSTPAGE option is useful for specifying how to print
      pages when you need to preview the layout of pages for
      documents with right and left pages.  Without the FIRSTPAGE
      option, pages are printed at all the page spots.  You can
      use FIRSTPAGE to print your layout in a way that reflects
      proper right and left orientation.

      The default is to use the first page spot on a sheet.

4.6  –  GRID

      GRID=columns,rows

      Sets the number of page spots on a sheet in columns and rows.
      Specify columns and rows as the numbers of columns and rows
      desired on each sheet side.

      This option overrides the NUMBER_UP parameter.

4.7  –  MARGINS

      MARGINS=t,b,l,r

      Sets the margins for a sheet, where t is the top margin,
      b is the bottom margin, l is the left margin and r is the
      right margin.  The numbers are interpreted as printer points,
      where there are 72 points to an inch, or 28.35 points per
      centimeter.  Pages are scaled to fit within the margins.

4.8  –  PAGEORDER

      PAGEORDER=value

      Specifies the order in which pages appear on a sheet.
      This can be thought of as the reading order of the pages.
      You must supply one of the following values to PAGEORDER:

      RightDown      Pages ordered left to right, top to bottom
      LeftDown       Pages ordered right to left, top to bottom
      RightUp        Pages ordered left to right, bottom to top
      LeftUp         Pages ordered right to left, bottom to top
      DownRight      Pages ordered top to bottom, left to right
      DownLeft       Pages ordered top to bottom, right to left
      UpRight        Pages ordered bottom to top, left to right
      UpLeft         Pages ordered bottom to top, right to left

4.9  –  PAGESPERSHEET

      PAGESPERSHEET=value

      Sets the number of pages that will print per sheet, no
      matter how many page spots are set by the NUMBER_UP parameter.
      The NUMBER_UP parameter or the GRID layup option determines
      the maximum number of pages you can print for each sheet.
      PAGESPERSHEET determines only the range of page spots to use;
      not their layout.

      You must supply a value to PAGESPERSHEET.  The value must be
      less than the value supplied to the NUMBER_UP parameter value.

4.10  –  Examples

      The following PRINT commands illustrate the use of the layup
      feature:

      $ PRINT /PARAMETERS=(SIDES=2,LAYUP=LPS$DOUBLEHOLES) DOCUMENT.PS

      prints DOCUMENT.PS using the DCPS-supplied layup definition file
      LPS$DOUBLEHOLES to alternate page side images for edge-binding.

      $ PRINT /PARAMETERS=(SIDES=2,NUMBER_UP=2,LAYUP="(NOBORDERS)") MAIL.TXT

      prints the file MAIL.TXT as two-sided, two-pages per side and
      with no page borders.

      $ PRINT /PARAMETERS= -
      _$ (LAYUP="(MARGINS=20,20,60,20;NOBORDERS;ALTERNATE=LEFT)", -
      _$ SIDES=2,PAGE_ORIENTATION=LANDSCAPE) -
      _$ MONTHLY_REPORT.TXT

      prints the file MONTHLY_REPORT.TXT with landscape orientation,
      alternating page images across the long-edge margin.

5  –  MEDIA_TYPE

    MEDIA_TYPE=media-type-name

    Specifies which on which media type the job will print.

    Media-type-name can be any value, but should be the name of a media
    type available on the printer.

    If no media type is specified, the job will print using the
    printer's default media type.

6  –  MESSAGES

    [NO]MESSAGES[=([PRINT][,][KEEP])]

    Specifies what happens to job-generated event messages.

    MESSAGES or MESSAGES=PRINT specifies that messages are printed on a
    job log page.  The message file is deleted.

    MESSAGES=KEEP specifies that messages are recorded in the
    SYS$LOGIN:DCPS$JOB_nnn.LOG file, where "nnn" is the queue entry
    number for the job.

    NOMESSAGES specifies that messages are not recorded anywhere.

    The default is NOMESSAGES.

7  –  NUMBER_UP

    NUMBER_UP=n

    NUMBER_UP specifies the maximum number of pages you can print per
    side of each sheet of paper.  This number of pages will appear on
    each printed side unless you specify a different number through
    a LAYUP_DEFINITION option.  Note that using the LAYUP_DEFINITION
    options can affect the actual number of pages printed per side.
    (A sheet is a physical piece of paper.  A page is an image, which
    would usually be printed on one side of a single sheet.)

    The value n can be from 0 to 100.  If you specify a value of 0,
    layup will be disabled.   If you specify a value of 1, one page
    is printed on a side, reduced, with a border around the page. This
    is useful for including space around the printed page for punching
    holes or for stapling the print job.

    To use NUMBER_UP and a layup definition file together, you must specify
    both on the command line or associate both with a queue.

8  –  OUTPUT_TRAY

    OUTPUT_TRAY=tray-name

    Selects the output tray where the printer puts the printed output.

    If you select a tray-name for a tray that is not available on your
    printer, the output is sent to another tray if possible.

    Since some trays are optional, not all trays are available on all
    printers of a particular model.

8.1  –  Compaq printers

    You can select the following output trays with the Compaq Laser
    Printer LN32 and LNM40 printers:

      STANDARD or FACE_DOWN
      FACE_UP
      BIN_1 or STACKER
      BIN_2
      BIN_3
      MAILBOX_1 - 10

      You cannot select output trays with the Compaq Laser Printer LN16
      and LNC02 printers.

8.2  –  DIGITAL printers

8.2.1  –  Colormate PS

      You cannot select output trays with the Colormate PS printer.

8.2.2  –  Colorwriter LSR 2000

      You cannot select output trays with the Colorwriter LSR 2000
      printer.

8.2.3  –  LN printers

      +--------------------+-------------+
      | Output tray Values | LN17 | LN40 |
      +--------------------+-------------+
      | STANDARD / UPPER   |  X   |  X   |
      +--------------------+-------------+
      | OCT *              |  X   |      |
      +--------------------+-------------+
      | MAILBOX_1 - 10     |  X   |      |
      +--------------------+-------------+
      | COLLATOR **        |  X   |      |
      +--------------------+-------------+
      | FACE_UP            |      |  X   |
      +--------------------+-------------+
      | FACE_DOWN          |      |  X   |
      +--------------------+-------------+

       *   OCT stands for "Offset Catch Tray"
       **  1 to 10 collated copies, using SHEET_COUNT

      You cannot select output trays with the following printers:
        DIGITAL Laser Printer LN15
        DIGITAL Laser Printer LN20
        DIGITAL Laser Printer LNC02

8.2.4  –  DECcolorwriter 1000

      You cannot select output trays with the DECcolorwriter 1000
      printer.

8.2.5  –  DEClaser printers

      +--------------------+-------------+
      |                    |  DEClaser   |
      | Output tray Values | 2150 | 2250 |
      +--------------------+-------------+
      | FACE_UP            |  X   |  X   |
      +--------------------+-------------+
      | LOWER              |  X   |  X   |
      +--------------------+-------------+
      | UPPER              |  X   |  X   |
      +--------------------+-------------+

      You cannot select output trays with the DEClaser 1150 and 1152
      printers, but you can select face-up stacking using the front
      panel control settings.

      You cannot select output trays with the following printers:
        DEClaser 3250
        DEClaser 3500
        DEClaser 5100

8.2.6  –  PrintServer printers

      +--------------------+-------------------+
      |                    |    PrintServer    |
      | Output tray Values | 17 | 20 | 32 | 40 |
      +--------------------+-------------------+
      | FACE_UP            | X  | X  | X  | X  |
      +--------------------+-------------------+
      | LOWER              |    | X  | X  |    |
      +--------------------+-------------------+
      | UPPER              | X  | X  | X  |    |
      +--------------------+-------------------+
      | LCOS               | X  |    | X  | X  |
      +--------------------+-------------------+
      | SIDE               |    |    |    | X  |
      +--------------------+-------------------+
      | TOP                |    |    |    | X  |
      +--------------------+-------------------+

8.2.7  –  ScriptPrinter

      You cannot select output trays with the ScriptPrinter printer.

8.3  –  GENICOM printers

      +----------------------+-------------------------------+
      |                      |       | LN28  | LNM40 |       |
      |                      | LN21  | mL280 | mL320 | LN45  |
      | Output tray Values   | mL210 | mL402 | mL401 | mL450 |
      +----------------------+-------------------------------+
      | FACE_DOWN / STANDARD |   X   |   X   |   X   |  X    |
      +----------------------+-------------------------------+
      | FACE_UP              |   X   |       |   X   |  X    |
      +----------------------+-------------------------------+
      | OCT *                |   X   |   X   |       |       |
      +----------------------+-------------------------------+
      | BIN_1 / STACKER      |       |       |   X   |  X    |
      +----------------------+-------------------------------+
      | BIN_2                |       |       |   X   |       |
      +----------------------+-------------------------------+
      | BIN_3                |       |       |   X   |       |
      +----------------------+-------------------------------+
      | MAILBOX_1 - 10       |       |       |   X   |       |
      +----------------------+-------------------------------+

       *   OCT stands for "Offset Catch Tray"

      You cannot select output trays with the GENICOM Intelliprint cL160
      and microLaser 170 printers.

8.4  –  HP printers

      +----------------------+-----------------------------------------+
      |                      |                LaserJet                 |
      |                      | 4200                    9000            |
      |                      | 4240|                   9040            |
      |                      | 4250|           | 8000|M9040            |
      |                      | 4300| 4345|M5025| 8100| 9050      |4SiMX|
      | Output tray values   | 4350|M4345|M5035| 8150|M9050|5SiMX|IIISi|
      +----------------------+-----------------------------------------+
      | FACE_DOWN / TOP /    |  X  |     |     |  X  |  X  |  X  |  X  |
      |  STANDARD / UPPER    |     |     |     |     |     |     |     |
      +----------------------+-----------------------------------------+
      | STANDARD             |     |     |  X  |     |     |     |     |
      +----------------------+-----------------------------------------+
      | FACE_UP              |     |     |     |  X  |     |     |  X  |
      | FACE_UP / BIN_1      |     |     |     |     |  X  |     |     |
      | FACE_UP / SIDE       |     |     |     |     |     |  X  |     |
      +----------------------+-----------------------------------------+
      | MAILBOX_nn *         |     |     |     |  X  |  X  |  X  |     |
      +----------------------+-----------------------------------------+
      | STACKER / BIN_2      |     |     |     |     |  X  |     |     |
      | STACKER / SIDE       |     |     |     |  X  |     |     |     |
      | STACKER / STAPLER    |  X  |  X  |     |     |  X  |     |     |
      | STAPLER              |     |     |  X  |     |     |     |     |
      | BIN_1                |     |  X  |     |     |     |     |     |
      +----------------------+-----------------------------------------+
      | BIN_2                |     |  X  |     |     |     |     |     |
      +----------------------+-----------------------------------------+
      | BIN_3                |     |  X  |     |     |     |     |     |
      +----------------------+-----------------------------------------+

      +--------------------------------------+
      |                        | 8050 |      |
      | Output tray values     | 8060 | 9085 |
      +------------------------- ------ -----+
      | TOP /STANDARD /UPPER   |   X  |      |
      +------------------------- ------ -----+
      | BIN_1                  |   X  |   X  |
      +------------------------- ------ -----+
      | STACKER / STAPLER      |   X  |      |
      | STACKER / BIN_5        |   X  |      |
      +------------------------- ------ -----+
      | BIN_2                  |   X  |   X  |
      +------------------------- ------ -----+
      | BIN_3 - 5              |   X  |      |
      +------------------------- ------ -----+

      +-----------------------------------------------------------+
      |                        |          Color LaserJet          |
      |                        |             | 8500 |      |CM6030|
      | Output tray values     | 4700 | 4730 | 8550 | 9500 |CM6040|
      +------------------------- ------ ------ ------ ------ -----+
      | FACE_DOWN / TOP /      |   X  |   X  |   X  |   X  |   X  |
      |  STANDARD / UPPER      |      |      |      |      |      |
      +------------------------- ------ ------ -----+ ------ -----+
      | FACE_UP / BIN_1        |      |      |      |   X  |      |
      | FACE_UP / SIDE         |      |      |   X  |      |      |
      | BIN_1 / LOWER          |      |      |      |   X  |   X  |
      +------------------------- ------ ------ -----+ ------ -----+
      | MAILBOX_nn / BIN_nn *  |      |      |      |   X  |      |
      +------------------------- ------ ------ -----+ ------ -----+
      | STACKER / STAPLER      |   X  |   X  |      |   X  |   X  |
      | STACKER / BIN_1        |      |   X  |      |      |   X  |
      | STACKER / BIN_2        |      |      |      |   X  |      |
      +------------------------- ------ ------ -----+ ------ -----+
      | BIN_2                  |      |   X  |      |      |      |
      | MIDDLE /BIN_2          |      |      |      |      |   X  |
      +------------------------- ------ ------ -----+ ------ -----+
      | BIN_3                  |      |   X  |      |      |   X  |
      +------------------------- ------ ------ -----+ ------ -----+

       *  nn is the mailbox number.  Mailboxes are numbered from
          1 to a maximum of 8.  When the printer is in collator,
          job separator or stacker mode, mailbox 1 is the only valid
          mailbox since, in these modes, the printer views the
          mailboxes as one logical tray.

      You cannot select output trays with HP printers that are not listed
      above.

8.5  –  IBM printers

      +--------------------+-------------+
      |                    |  InfoPrint  |
      |                    |      |  32  |
      | Output tray values |  21  |  40  |
      +--------------------+-------------+
      | STANDARD           |  X   |  X   |
      +--------------------+-------------+
      | OCT *              |  X   |      |
      +--------------------+-------------+
      | FACE_UP            |      |  X   |
      +--------------------+-------------+
      | BIN_1              |      |  X   |
      +--------------------+-------------+
      | BIN_2              |      |  X   |
      +--------------------+-------------+
      | BIN_3              |      |  X   |
      +--------------------+-------------+
      | COLLATOR           |      |  X   |
      +--------------------+-------------+

       *  OCT stands for "Offset Catch Tray"

8.6  –  Lexmark printers

      +--------------------+-----------------------------------------+
      |                    |     |           |     |OT614|     |     |
      |                    |     |  Optra S  |     |OT616|     |     |
      |                    |     | 1650| 2450|     | T620|     |     |
      |                    |     | 1855| 2455|Optra| T622| T520|     |
      | Output tray Values | C750| 2420|e3455| T612|OW810| T522| W820|
      +--------------------+-----------------------------------------+
      | STANDARD / TOP     |  X  |  X  |  X  |  X  |  X  |  X  |  X  |
      +--------------------+-----------------------------------------+
      | BIN_1 - 2          |  X  |  X  |  X  |  X  |  X  |     |  X  |
      +--------------------+-----------------------------------------+
      | BIN_3              |     |     |  X  |  X  |  X  |     |  X  |
      +--------------------+-----------------------------------------+
      | BIN_4              |     |     |     |  X  |  X  |     |  X  |
      +--------------------+-----------------------------------------+
      | BIN_5 - 6          |  X  |     |     |  X  |  X  |     |  X  |
      +--------------------+-----------------------------------------+
      | BIN_7              |     |     |     |  X  |  X  |     |  X  |
      +--------------------+-----------------------------------------+
      | BIN_8 - 10         |     |     |     |     |  X  |     |  X  |
      +--------------------+-----------------------------------------+

      You cannot select output trays with Lexmark printers that are
      not listed above.

8.7  –  Ricoh printers

      +--------------------+-------------------------------------------+
      |                    |                  Aficio                   |
      |                    |                           |CL7000 |       |
      |                    |MP2510|                    |CL7100 |       |
      |                    |MP3500| 3035 |             |CL7200 |SPC811 |
      | Output tray Values |MP4500| 3045 | 3235 |AP4510|CL7300 |SP8100 |
      +--------------------+-------------------------------------------+
      | BIN_1              |  X   |  X   |  X   |      |  X    |       |
      +--------------------+-------------------------------------------+
      | BIN_2              |      |      |  X   |      |  X    |       |
      +--------------------+-------------------------------------------+
      | MAILBOX_1 - 4      |      |      |      |      |  X    |       |
      +--------------------+-------------------------------------------+
      | MAILBOX_1 - 9      |      |      |      |  X   |       |       |
      +--------------------+-------------------------------------------+
      | SIDE               |      |      |  X   |      |  X    |       |
      +--------------------+-------------------------------------------+
      | STANDARD           |  X   |  X   |  X   |  X   |  X    |  X    |
      +--------------------+-------------------------------------------+
      | LOWER              |  X   |      |      |      |       |  X    |
      +--------------------+-------------------------------------------+
      | UPPER              |  X   |      |      |      |       |  X    |
      +--------------------+-------------------------------------------+

      You cannot select output trays with Ricoh printers that are not
      listed above.

8.8  –  Tektronix printers

    You can select the following output trays with the Tektronix Phaser
    740, 750 and 780 printers:

      FACE_DOWN (STANDARD)
      FACE_UP

    You cannot select output trays with the Tektronix Phaser 200e, 200i,
    220e and 850 printers.

8.9  –  Xerox printers

      +----------------------+---------------------------------------+
      |                      |                       |WorkCentre Pro |
      |                      |                       |  35           |
      |                      |                       |  45           |
      |                      |                       |  55           |
      |                      |                       |  65           |
      |                      |                       |  75           |
      |                      |                       |  90           |
      |                      |                       | 232           |
      |                      |                       | 238           |
      |                      |      DocuPrint N      | 245           |
      |                      |               |   32  | 255   | C2128 |
      |                      | 2025  |       | 3225  | 265   | C2636 |
      | Input tray values    | 2825  | 2125  | 4025  | 275   | C3545 |
      +----------------------+---------------------------------------+
      | BIN_1                |       |       |   X   |       |       |
      +----------------------+---------------------------------------+
      | BIN_2                |       |       |   X   |       |       |
      +----------------------+---------------------------------------+
      | BIN_3                |       |       |   X   |       |       |
      +----------------------+---------------------------------------+
      | COLLATOR             |       |       |   X   |       |       |
      +----------------------+---------------------------------------+
      | FACE_DOWN / STANDARD |   X   |   X   |   X   |       |       |
      +----------------------+---------------------------------------+
      | FACE_UP              |       |       |   X   |       |       |
      +----------------------+---------------------------------------+
      | LOWER                |       |       |       |   X   |       |
      +----------------------+---------------------------------------+
      | MAILBOX_1 - 10       |       |       |   X   |       |       |
      +----------------------+---------------------------------------+
      | OCT *                |   X   |   X   |       |       |       |
      +----------------------+---------------------------------------+
      | SIDE                 |       |       |       |   X   |   X   |
      +----------------------+---------------------------------------+
      | STACKER              |       |       |   X   |   X   |   X   |
      +----------------------+---------------------------------------+
      | TOP                  |       |       |       |       |   X   |
      +----------------------+---------------------------------------+
      | UPPER / TOP          |       |       |       |   X   |       |
      +----------------------+---------------------------------------+

       *   OCT stands for "Offset Catch Tray"

      +----------------------+---------------------------+
      |                      |          Phaser           |
      | Input tray values    | 4500 | 5500 | 7300 | 7750 |
      +----------------------+---------------------------+
      | FACE_DOWN / STANDARD |  X   |  X   |  X   |  X   |
      |  UPPER / TOP         |      |      |      |      |
      +----------------------+---------------------------+
      | OCT *                |  X   |      |      |      |
      +----------------------+---------------------------+
      | SIDE                 |      |      |  X   |      |
      +----------------------+---------------------------+
      | STACKER              |      |  X   |      |  X   |
      +----------------------+---------------------------+

       *   OCT stands for "Offset Catch Tray"
       **  where "nn" is a value from 1 to 10

     You cannot select output trays with Xerox printers not listed above.

9  –  PAGE_LIMIT

    PAGE_LIMIT="([lower-limit,][upper-limit])"

    Specifies the numbers of the first and last pages to print.

    Header, trailer and burst pages are not included in the count.
    Limits apply to an entire print job, not to each file in a multifile
    job.

    If you omit the lower limit, printing starts at the first page of the
    job.  If you omit the upper limit, printing continues to the end of the
    job.  You can omit the parentheses if you specify only the upper limit.
    The maximum value for upper-limit is 1,000,000.   If you include both
    the lower limit and the upper limit, you must include quotation
    marks around the parentheses.

    The default is to print the entire job.

    This parameter should be used to select which pages to print instead of
    the OpenVMS queue qualifier /PAGES, which will not work with DCPS jobs.

10  –  PAGE_ORIENTATION

    PAGE_ORIENTATION=logical-orientation

    Specifies the orientation of printed output on the logical page.

    Logical-orientation can be PORTRAIT or LANDSCAPE.  If you do not
    specify PAGE_ORIENTATION, it defaults to the page orientation
    associated with the print queue.  If there is no page orientation
    associated with the queue, the default is PAGE_ORIENTATION=PORTRAIT.

    The layup feature uses the page orientation in determining how to
    place the pages on the sheet.  If the DATA_TYPE is POSTSCRIPT and
    the layup feature is not in use, this parameter is ignored.

11  –  PAGE_SIZE

    PAGE_SIZE=logical-size

    This parameter specifies the size of the logical page. Valid values are:

                 A0                  DOUBLEPOSTCARD
                 A1                  EXECUTIVE
                 A2                  FOLIO
                 A3                  LEGAL
                 A4                  LETTER (same as A)
                 A5                  LEDGER (same as B)
                 B4                  HALFLETTER
                 B5                  TWOTHIRDSA4
                 B6                  7_ENVELOPE
                 C                   9_ENVELOPE
                 D                   9X12_ENVELOPE
                 E                   10X13_ENVELOPE
                 7X9                 BUSINESS_ENVELOPE
                 10X14               C4_ENVELOPE
                 11X14               C5_ENVELOPE
                 12X19.5             C6_ENVELOPE
                 13X19               DL_ENVELOPE
                 FOOLSCAP            SPFOLIO
                                     UKQUARTO

    Specifying a PAGE_SIZE value in conjunction with the SHEET_SIZE
    value is useful for scaling pages to fit a different size of media
    than that for which they were formatted.

    If you do not specify SHEET_SIZE in your PRINT command, the PAGE_SIZE
    value is assumed to be the physical sheet size as well.  In a print job
    where both PAGE_SIZE and SHEET_SIZE are not specified, the DECprint
    Supervisor software assumes the size of the media that is loaded into
    the default input tray.

12  –  PUNCH

    PUNCH
    NOPUNCH

    For printers with a supported punch option, PUNCH specifies that
    the job be punched.  There are no values to the PUNCH parameter.
    The position of the punched holes is determined by the orientation
    of the paper in the printer.  The number and spacing of holes is
    determined by the printer.

    When NOPUNCH is specified, the job is printed without punching,
    overriding the printer's default punch setting.

    The PUNCH feature is available on the following printers:

        GENICOM Intelliprint mL450
        GENICOM LN45
        HP 9085 MFP
        HP LaserJet 9055 MFP
        HP LaserJet 9065 MFP
        Lexmark W820

13  –  SHEET_COUNT

    SHEET_COUNT=number

    Specifies the number of copies of each sheet to print.  The printed
    output is uncollated, unless the OUTPUT_TRAY value is COLLATOR.

    The value for number can be 1 through 10,000 for uncollated copies.
    For collated copies, the valid values for number are as allowed by
    the printer's collator option.

    The default is SHEET_COUNT=1.

14  –  SHEET_SIZE

    SHEET_SIZE=physical-size

    Specifies the physical size of the sheets being printed.

    If you do not specify SHEET_SIZE, it defaults to PAGE_SIZE.  If
    you also do not specify PAGE_SIZE, SHEET_SIZE defaults to the value
    specified for the queue.

14.1  –  Apple printers

      +-------------------+--------------------------------------------+
      |                   |              Apple LaserWriters            |
      | Sheet_size        |           |         |  Plus,    | Select   |
      | Values            |  600/630  |  IIg/f  |  IINT/X   |  360     |
      +-------------------+--------------------------------------------+
      | LETTER, A         |      X    |     X   |     X     |     X    |
      | A4                |      X    |     X   |     X     |     X    |
      | LEGAL             |      X    |     X   |     X     |     X    |
      | EXECUTIVE         |      X    |     X   |     X     |     X    |
      | BUSINESS_ENVELOPE |      X    |     X   |     X     |     X    |
      | 7_ENVELOPE        |      X    |     X   |     X     |     X    |
      | B5                |      X    |     X   |     X     |     X    |
      | DL_ENVELOPE       |           |         |           |     X    |
      | C5_ENVELOPE       |           |         |           |     X    |
      | B5                |           |         |           |     X    |
      | A5                |           |         |           |     X    |
      +-------------------+--------------------------------------------+

14.2  –  Compaq printers

      +-------------------+-----------------------+
      |                   | Compaq Laser Printer  |
      |                   |       | LN32  |       |
      | Sheet size Values | LN16  | LNM40 | LNC02 |
      +-------------------+-----------------------+
      | LETTER, A         |   X   |   X   |   X   |
      | LEDGER, B         |       |   X   |       |
      | LEGAL             |   X   |   X   |   X   |
      | EXECUTIVE         |   X   |   X   |   X   |
      | HALFLETTER        |       |   X   |   X   |
      | BUSINESS_ENVELOPE |   X   |   X   |   X   |
      | 7_ENVELOPE        |   X   |   X   |       |
      | A6                |       |   X   |   X   |
      | A5                |   X   |   X   |   X   |
      | A4                |   X   |   X   |   X   |
      | A3                |       |   X   |       |
      | B5                |   X   |   X   |   X   |
      | B4                |       |   X   |       |
      | C5_ENVELOPE       |   X   |   X   |       |
      | DL_ENVELOPE       |   X   |   X   |   X   |
      | FOLIO             |       |   X   |   X   |
      | FOOLSCAP          |       |       |   X   |
      | SPFOLIO           |       |       |   X   |
      | UKQUARTO          |       |       |   X   |
      +-------------------+-----------------------+

14.3  –  DIGITAL printers

14.3.1  –  Colormate PS

      Valid SHEET_SIZE values are LETTER (same as A) and A4.

14.3.2  –  Colorwriter LSR 2000

      Valid SHEET_SIZE values are LETTER (same as A), A4, B5 and LEGAL.

14.3.3  –  LN printers

      +-------------------+----------------------------------+
      |                   |      DIGITAL Laser Printer       |
      | Sheet_size Values | LN15 | LN17 | LN20 | LN40 |LNC02 |
      +-------------------+----------------------------------+
      | LETTER, A         |  X   |  X   |  X   |  X   |  X   |
      | LEDGER, B         |      |      |  X   |  X   |      |
      | LEGAL             |  X   |  X   |  X   |  X   |  X   |
      | EXECUTIVE         |  X   |  X   |  X   |  X   |  X   |
      | HALFLETTER        |      |  X   |  X   |  X   |  X   |
      | BUSINESS_ENVELOPE |  X   |  X   |  X   |      |  X   |
      | 7_ENVELOPE        |  X   |  X   |  X   |      |      |
      | A6                |      |  X   |  X   |      |  X   |
      | A5                |  X   |      |  X   |  X   |  X   |
      | A4                |  X   |  X   |  X   |  X   |  X   |
      | A3                |      |      |  X   |  X   |      |
      | B5                |  X   |  X   |  X   |  X   |  X   |
      | B4                |      |      |  X   |  X   |      |
      | C5_ENVELOPE       |  X   |  X   |  X   |      |      |
      | C6_ENVELOPE       |      |  X   |      |      |      |
      | DL_ENVELOPE       |  X   |  X   |  X   |      |  X   |
      | FOLIO             |      |  X   |  X   |      |  X   |
      | FOOLSCAP          |      |      |      |      |  X   |
      | SPFOLIO           |      |      |      |      |  X   |
      | UKQUARTO          |      |      |      |      |  X   |
      | 12X19.5           |      |      |  X   |      |      |
      | 13X19             |      |      |  X   |      |      |
      +-------------------+----------------------------------+

14.3.4  –  DECcolorwriter 1000

      Valid SHEET_SIZE values are LETTER (same as A) and A4.

14.3.5  –  DEClaser Printers

      +-------------------+-----------------------------------------+
      |                   |             DEClaser                    |
      |                   | 1150 |      |      |      |      |      |
      | Sheet size Values | 1152 | 2150 | 2250 | 3250 | 3500 | 5100 |
      +-------------------+-----------------------------------------+
      | LETTER, A         |   X  |   X  |   X  |   X  |   X  |   X  |
      | LEDGER, B         |      |   X  |   X  |      |      |      |
      | LEGAL             |   X  |   X  |   X  |   X  |   X  |   X  |
      | EXECUTIVE         |   X  |   X  |   X  |   X  |   X  |   X  |
      | 7X9               |   X  |   X  |   X  |   X  |   X  |      |
      | HALFLETTER        |   X  |   X  |   X  |   X  |   X  |   X  |
      | BUSINESS_ENVELOPE |   X  |   X  |   X  |   X  |   X  |   X  |
      | 7_ENVELOPE        |   X  |   X  |   X  |   X  |   X  |   X  |
      | A5                |   X  |   X  |   X  |   X  |   X  |   X  |
      | A4                |   X  |   X  |   X  |   X  |   X  |   X  |
      | B5                |   X  |   X  |   X  |   X  |   X  |   X  |
      | B4                |      |      |      |   X  |      |      |
      | TWOTHIRDSA4       |   X  |   X  |   X  |   X  |      |   X  |
      | C5_ENVELOPE       |   X  |   X  |   X  |   X  |   X  |   X  |
      | DL_ENVELOPE       |   X  |   X  |   X  |   X  |   X  |   X  |
      | FOLIO             |      |      |      |      |   X  |      |
      +-------------------+-----------------------------------------+

14.3.6  –  PrintServer printers

      +-------------------+-------------------+
      |                   |    PrintServer    |
      | Sheet size Values | 17 | 20 | 32 | 40 |
      +-------------------+-------------------+
      | LETTER, A         | X  | X  | X  | X  |
      | LEDGER, B         |    | X  | X  | X  |
      | LEGAL             | X  | X  | X  | X  |
      | EXECUTIVE         | X  | X  | X  | X  |
      | 7X9               | X* |    |    |    |
      | HALFLETTER        | X* | X  | X  | X  |
      | BUSINESS_ENVELOPE | X  |    |    |    |
      | 7_ENVELOPE        | X  |    |    |    |
      | A5                | X* | X  | X  | X  |
      | A4                | X  | X  | X  | X  |
      | A3                |    | X  | X  | X  |
      | B6                | X* |    |    | X  |
      | B5                | X* | X  | X  | X  |
      | B4                |    | X  | X  | X  |
      | TWOTHIRDSA4       | X* |    |    |    |
      | C5_ENVELOPE       | X* |    |    |    |
      | DL_ENVELOPE       | X  |    |    |    |
      | 10X14             |    | X  | X  | X  |
      +-------------------+-------------------+

         * Supported with PrintServer Software V5.0 or later
           and MANUAL_FEED input tray specified.

14.4  –  GENICOM printers

      +-------------------+-------------------------------+
      |                   |       |       |       | LN45  |
      |                   |       |       |       | LNM40 |
      |                   |       | cL160 | LN28  | mL320 |
      |                   |       | LN21  | mL280 | mL401 |
      | Sheet_size values |  170  | mL210 | mL402 | mL450 |
      +-------------------+-------------------------------+
      | LETTER, A         |   X   |   X   |   X   |   X   |
      | LEDGER, B         |       |       |   X   |   X   |
      | LEGAL             |   X   |   X   |   X   |   X   |
      | EXECUTIVE         |   X   |   X   |   X   |   X   |
      | HALFLETTER        |       |   X   |   X   |   X   |
      | BUSINESS_ENVELOPE |   X   |   X   |   X   |   X   |
      | 7_ENVELOPE        |   X   |   X   |   X   |   X   |
      | A6                |       |   X   |   X   |   X   |
      | A5                |   X   |   X   |   X   |   X   |
      | A4                |   X   |   X   |   X   |   X   |
      | A3                |       |       |   X   |   X   |
      | B5                |   X   |   X   |   X   |   X   |
      | B4                |       |       |   X   |   X   |
      | C5_ENVELOPE       |   X   |   X   |   X   |   X   |
      | DL_ENVELOPE       |   X   |   X   |   X   |   X   |
      | FOLIO             |       |   X   |   X   |   X   |
      +-------------------+-------------------------------+

14.5  –  HP printers

      +-------------------+-----------------------------+
      |                   |          LaserJet           |
      |                   |                 | 2100| 2410|
      |                   | 1300|M1522|P2015| 2200| 2420|
      | Sheet size Values | 1320|M2727|P2055| 2300| 2430|
      +-------------------+-----+-----+-----+-----------+
      ! LETTER, A         |  X  |  X  |  X  |  X  |  X  |
      | LEGAL             |  X  |  X  |  X  |  X  |  X  |
      | EXECUTIVE         |  X  |  X  |  X  |  X  |  X  |
      | BUSINESS_ENVELOPE |  X  |  X  |  X  |  X  |  X  |
      | 7_ENVELOPE        |  X  |  X  |  X  |  X  |  X  |
      | A4                |  X  |  X  |  X  |  X  |  X  |
      | A5                |  X  |     |  X  |  X  |  X  |
      | A6                |  X  |  X  |  X  |     |     |
      | B5                |  X  |  X  |  X  |  X  |  X  |
      | B6                |  X  |     |     |     |     |
      | C5_ENVELOPE       |  X  |  X  |  X  |  X  |  X  |
      | DL_ENVELOPE       |  X  |  X  |  X  |  X  |  X  |
      | FOOLSCAP          |  X  |     |     |  X  |     |
      | POSTCARD          |  X  |     |  X  |  X  |     |
      | DOUBLEPOSTCARD    |  X  |     |  X  |  X  |  X  |
      | FOLIO             |     |     |  X  |     |     |
      +-------------------+-----+-----------------------+

      +-------------------+-----------------------------+
      |                   |          LaserJet           |
      |                   |                       |P4014|
      |                   |P3004|P3011| 3052| 3390|P4015|
      | Sheet size Values |P3005|P3015| 3055| 3392|P4515|
      +-------------------+-----------------------------+
      ! LETTER, A         |  X  |  X  |  X  |  X  |  X  |
      | LEGAL             |  X  |  X  |  X  |  X  |  X  |
      | EXECUTIVE         |  X  |  X  |  X  |  X  |  X  |
      | BUSINESS_ENVELOPE |  X  |  X  |  X  |  X  |  X  |
      | 7_ENVELOPE        |  X  |  X  |  X  |  X  |  X  |
      | A3                |     |     |  X  |     |     |
      | A4                |  X  |  X  |  X  |  X  |  X  |
      | A5                |  X  |  X  |     |  X  |  X  |
      | A6                |  X  |  X  |     |  X  |  X  |
      | B4                |     |     |  X  |     |     |
      | B5                |  X  |  X  |  X  |  X  |  X  |
      | B6                |  X  |  X  |     |     |     |
      | C5_ENVELOPE       |  X  |  X  |  X  |  X  |  X  |
      | DL_ENVELOPE       |  X  |  X  |  X  |  X  |  X  |
      | POSTCARD          |  X  |     |     |  X  |  X  |
      | DOUBLEPOSTCARD    |  X  |  X  |     |  X  |  X  |
      | FOLIO             |  X  |     |     |     |  X  |
      | HALFLETTER        |  X  |     |     |     |  X  |
      +-------------------+-----------------------------+

      +-------------------+-----------------------------------------------+
      |                   |             LaserJet              |           |
      |                   |     |M3027|                       |           |
      |                   |     |M3035|           | 8000|     |           |
      |                   |     | 4200|           | 8100|     |           |
      |                   |     | 4240|           | 8150|     |           |
      |                   |     | 4250|           | 9000|     |           |
      |                   |     | 4300|           | 9040|     |           |
      |                   | 4000| 4345| 5000|     |M9040|     |           |
      |                   | 4050|M4345| 5100|M5025| 9050| 9055| 8050|     |
      | Sheet size Values | 4100| 4350| 5200|M5035|M9050| 9065| 8060| 9085|
      +-------------------+-----------------------------------------------+
      | LETTER, A         |  X  |  X  |  X  |  X  |  X  |  X  |  X  |  X  |
      | LEDGER, B         |     |     |  X  |  X  |  X  |  X  |  X  |  X  |
      | LEGAL             |  X  |  X  |  X  |  X  |  X  |  X  |  X  |  X  |
      | EXECUTIVE         |  X  |  X  |  X  |  X  |  X  |  X  |  X  |     |
      | BUSINESS_ENVELOPE |  X  |  X  |  X  |  X  |  X  |     |     |     |
      | 7_ENVELOPE        |  X  |  X  |  X  |  X  |  X  |     |     |     |
      | A3                |     |     |  X  |  X  |  X  |  X  |  X  |  X  |
      | A4                |  X  |  X  |  X  |  X  |  X  |  X  |  X  |  X  |
      | A5                |  X  |  X  |  X  |  X  |  X  |  X  |  X  |  X  |
      | A6                |     |     |  X  |  X  |     |  X  |     |     |
      | B4                |     |     |  X  |  X  |  X  |  X  |  X  |  X  |
      | B5                |  X  |  X  |  X  |  X  |  X  |  X  |  X  |  X  |
      | B6                |     |     |  X  |  X  |     |  X  |  X  |     |
      | C5_ENVELOPE       |  X  |  X  |  X  |  X  |  X  |  X  |     |     |
      | DL_ENVELOPE       |  X  |  X  |  X  |  X  |  X  |  X  |     |     |
      | POSTCARD          |     |     |  X  |     |     |     |     |     |
      | DOUBLEPOSTCARD    |     |  X  |  X  |  X  |  X  |  X  |     |     |
      | FOLIO             |     |  X  |     |  X  |     |     |     |  X  |
      | HALFLETTER        |     |     |     |  X  |     |  X  |     |  X  |
      +-------------------+-----------------------------------------------+

      +-------------------+-----------------------------------------+
      |                   |                LaserJet                 |
      |                   |                       |4SiMX|     | IIID|
      | Sheet size Values | 5M  |5SiMX| 4MV | 4M  |IIISi| 4ML | III |
      +-------------------+-----------------------------------------+
      | LETTER, A         |  X  |  X  |  X  |  X  |  X  |  X  |  X  |
      | LEDGER, B         |     |  X  |  X  |     |     |     |     |
      | LEGAL             |  X  |  X  |  X  |  X  |  X  |  X  |  X  |
      | EXECUTIVE         |  X  |  X  |  X  |  X  |  X  |  X  |  X  |
      | BUSINESS_ENVELOPE |  X  |  X  |  X  |  X  |  X  |  X  |  X  |
      | 7_ENVELOPE        |  X  |  X  |  X  |  X  |  X  |  X  |  X  |
      | A3                |     |  X  |  X  |     |     |     |     |
      | A4                |  X  |  X  |  X  |  X  |  X  |  X  |  X  |
      | A5                |  X  |     |     |     |     |     |     |
      | B4                |     |  X  |  X  |     |     |     |     |
      | B5                |  X  |  X  |  X  |  X  |     |     |     |
      | C5_ENVELOPE       |  X  |  X  |  X  |  X  |     |  X  |  X  |
      | DL_ENVELOPE       |  X  |  X  |  X  |  X  |  X  |  X  |  X  |
      | POSTCARD          |     |     |  X  |     |     |     |     |
      | DOUBLEPOSTCARD    |     |  X  |  X  |     |     |     |     |
      | SUPER_B           |     |  X  |  X  |     |     |     |     |
      +-------------------+-----------------------------------------+

      +-------------------+--------------------------------------------+
      |                   |               Color LaserJet               |
      |                   | CM1312 |                                   |
      |                   | CP1513 |                                   |
      |                   | CP1514 |        |   2500 |                 |
      |                   | CP1515 |        |   3000 |                 |
      |                   | CP1516 |        |   3700 |                 |
      |                   | CP1517 |        |   3800 |                 |
      |                   | CP1518 |        | CP4005 |                 |
      |                   | CP1519 |        |   4600 |                 |
      |                   | CP2024 |        |   4610 |                 |
      |                   | CP2025 |        |   4650 | CM1015 |        |
      |                   | CP2026 |        |   4700 | CM1017 |        |
      | Sheet size Values | CP2027 | CM2320 |   4730 |   2605 | CP3505 |
      +-------------------+--------+--------+--------------------------+
      | LETTER, A         |   X    |   X    |   X    |   X    |   X    |
      | LEDGER, B         |   X    |        |        |        |        |
      | LEGAL             |   X    |   X    |   X    |   X    |   X    |
      | EXECUTIVE         |   X    |   X    |   X    |   X    |   X    |
      | BUSINESS_ENVELOPE |   X    |   X    |   X    |   X    |   X    |
      | 7_ENVELOPE        |   X    |   X    |   X    |   X    |   X    |
      | A3                |   X    |        |        |        |        |
      | A4                |   X    |   X    |   X    |   X    |   X    |
      | A5                |   X    |   X    |   X    |   X    |   X    |
      | A6                |   X    |        |        |        |        |
      | B4                |   X    |        |        |        |        |
      | B5                |   X    |   X    |   X    |   X    |   X    |
      | B6                |        |   X    |        |        |        |
      | C5_ENVELOPE       |   X    |   X    |   X    |   X    |   X    |
      | DL_ENVELOPE       |   X    |   X    |   X    |   X    |   X    |
      | HALFLETTER        |        |   X    |        |        |   X    |
      | DOUBLEPOSTCARD    |   X    |   X    |   X    |   X    |   X    |
      | FOLIO             |   X    |   X    |   X    |   X    |   X    |
      | POSTCARD          |   X    |        |        |   X    |        |
      +-------------------+--------+--------+--------------------------+

      +-------------------+------------------------------------------------+
      |                   |                 Color LaserJet                 |
      |                   |                    | 5500 |                    |
      |                   |                    | 8500 |      |CP6015|      |
      |                   |             | 4500 | 8550 |      |CM6030|      |
      | Sheet size Values |CP3525|CM3530| 4550 | 9500 | 5550 |CM6040| 9500 |
      +-------------------+------+------+----------------------------------+
      | LETTER, A         |  X   |  X   |  X   |  X   |  X   |  X   |  X   |
      | LEDGER, B         |      |      |  X   |  X   |  X   |  X   |  X   |
      | LEGAL             |  X   |  X   |  X   |  X   |  X   |  X   |  X   |
      | EXECUTIVE         |  X   |  X   |  X   |  X   |  X   |  X   |  X   |
      | BUSINESS_ENVELOPE |  X   |  X   |  X   |  X   |  X   |  X   |  X   |
      | 7_ENVELOPE        |  X   |  X   |  X   |  X   |  X   |  X   |  X   |
      | A2                |      |      |      |      |  X   |      |  X   |
      | A3                |      |      |  X   |  X   |  X   |  X   |  X   |
      | A4                |  X   |  X   |  X   |  X   |  X   |  X   |  X   |
      | A5                |  X   |  X   |  X   |  X   |  X   |  X   |  X   |
      | A6                |  X   |      |      |      |  X   |  X   |      |
      | B4                |      |      |  X   |  X   |  X   |  X   |  X   |
      | B5                |  X   |  X   |  X   |  X   |  X   |  X   |  X   |
      | B6                |  X   |  X   |      |      |  X   |  X   |  X   |
      | C                 |      |      |      |      |  X   |      |  X   |
      | C5_ENVELOPE       |  X   |  X   |  X   |  X   |  X   |  X   |  X   |
      | C6_ENVELOPE       |  X   |  X   |      |      |      |      |      |
      | DL_ENVELOPE       |  X   |  X   |  X   |  X   |  X   |  X   |  X   |
      | HALFLETTER        |  X   |  X   |      |      |  X   |      |  X   |
      | POSTCARD          |  X   |      |      |      |      |      |      |
      | DOUBLEPOSTCARD    |  X   |  X   |      |  X   |  X   |  X   |  X   |
      | FOLIO             |  X   |  X   |      |      |  X   |      |  X   |
      +-------------------+------+------+----------------------------------+

14.6  –  IBM printers

      +-------------------+-----------+
      |                   | InfoPrint |
      |                   |     | 32  |
      | Sheet size Values | 21  | 40  |
      +-------------------+-----------+
      | LETTER, A         |  X  |  X  |
      | LEDGER, B         |     |  X  |
      | LEGAL             |  X  |  X  |
      | EXECUTIVE         |  X  |  X  |
      | BUSINESS_ENVELOPE |  X  |  X  |
      | 7_ENVELOPE        |  X  |  X  |
      | A3                |     |  X  |
      | A4                |  X  |  X  |
      | A5                |  X  |  X  |
      | B4                |     |  X  |
      | B5                |  X  |  X  |
      | C5_ENVELOPE       |  X  |  X  |
      | DL_ENVELOPE       |  X  |  X  |
      | FOLIO             |  X  |  X  |
      | POSTCARD          |  X  |  X  |
      | HALFLETTER        |  X  |  X  |
      | INDEXCARD         |  X  |     |
      +-------------------+-----------+

14.7  –  Lexmark printers

      +-------------------+-----------------------------------------+
      |                   |      |      |      | C750 |      |      |
      |                   |      |      |Optra | T520 |      |      |
      |                   |      |      |  Rt+ | T522 |      |      |
      |                   |Optra |      |  S   | T620 |Optra |      |
      | Sheet size Values | C710 | C720 |  T   | T622 | W810 | W820 |
      +-------------------+-----------------------------------------+
      | LETTER, A         |  X   |  X   |  X   |  X   |  X   |  X   |
      | LEDGER, B         |      |      |      |      |  X   |  X   |
      | LEGAL             |  X   |  X   |  X   |  X   |  X   |  X   |
      | EXECUTIVE         |  X   |  X   |  X   |  X   |  X   |  X   |
      | A3                |      |      |      |      |      |  X   |
      | A4                |  X   |  X   |  X   |  X   |  X   |  X   |
      | A5                |      |  X   |  X   |  X   |  X   |  X   |
      | B4                |      |      |      |      |  X   |  X   |
      | B5                |  X   |  X   |  X   |  X   |  X   |  X   |
      | BUSINESS_ENVELOPE |  X   |  X   |  X   |  X   |      |  X   |
      | 7_ENVELOPE        |  X   |      |  X   |  X   |      |  X   |
      | 9_ENVELOPE        |  X   |  X   |  X   |  X   |      |      |
      | C5_ENVELOPE       |  X   |  X   |  X   |  X   |      |  X   |
      | DL_ENVELOPE       |  X   |  X   |  X   |  X   |      |  X   |
      | FOLIO             |      |      |      |  X   |      |  X   |
      | HALFLETTER        |      |      |      |  X   |      |  X   |
      +-------------------+-----------------------------------------+

14.8  –  Ricoh printers

      +-------------------+-----------------------------------------+
      |                   |                 Aficio                  |
      |                   |             |SPC811|                    |
      |                   |             |  3035|                    |
      |                   |             |  3045|                    |
      |                   |             |MP2510|  3235|             |
      |                   |             |MP3500|CL7000|             |
      |                   |      | AP400|MP4500|CL7100|  C410|      |
      |                   |      | AP410|MP5500|CL7200|  C411|      |
      | Sheet size Values | MP161|CL3500|SP8100|CL7300|CL4000|AP4510|
      +-------------------+-----------------------------------------+
      | LETTER, A         |   X  |   X  |   X  |   X  |   X  |   X  |
      | LEDGER, B         |      |      |   X  |   X  |      |   X  |
      | LEGAL             |   X  |   X  |   X  |   X  |   X  |   X  |
      | EXECUTIVE         |   X  |   X  |   X  |   X  |   X  |   X  |
      | A3                |      |      |   X  |   X  |      |   X  |
      | A4                |   X  |   X  |   X  |   X  |   X  |   X  |
      | A5                |   X  |   X  |   X  |   X  |   X  |   X  |
      | A6                |      |   X  |   X  |   X  |   X  |   X  |
      | B4                |      |      |   X  |   X  |      |   X  |
      | B5                |   X  |   X  |   X  |   X  |   X  |   X  |
      | B6                |      |      |      |      |   X  |      |
      | BUSINESS_ENVELOPE |   X  |   X  |      |   X  |   X  |   X  |
      | 7_ENVELOPE        |   X  |   X  |      |   X  |   X  |      |
      | C5_ENVELOPE       |   X  |   X  |      |   X  |   X  |   X  |
      | C6_ENVELOPE       |   X  |   X  |      |   X  |   X  |   X  |
      | DL_ENVELOPE       |   X  |   X  |      |   X  |   X  |   X  |
      | FOLIO             |   X  |   X  |   X  |   X  |   X  |   X  |
      | FOOLSCAP          |   X  |   X  |   X  |   X  |   X  |   X  |
      | HALFLETTER        |   X  |   X  |   X  |   X  |   X  |   X  |
      +-------------------+-----------------------------------------+

14.9  –  Tektronix printers

      +-------------------+---------------------------+
      |                   |          Phaser           |
      |                   | 200e |      |      |      |
      |                   | 200i | 740  |      |      |
      | Sheet size Values | 220e | 750  | 780  | 850  |
      +-------------------+---------------------------+
      | LETTER, A         |  X   |  X   |  X   |  X   |
      | LEDGER, B         |      |      |  X   |      |
      | LEGAL             |      |  X   |  X   |      |
      | EXECUTIVE         |      |  X   |      |  X   |
      | A5                |      |      |  X   |  X   |
      | A4                |  X   |  X   |  X   |  X   |
      | A3                |      |      |  X   |      |
      | B5                |      |      |  X   |      |
      | B4                |      |      |  X   |      |
      | BUSINESS_ENVELOPE |      |  X   |  X   |  X   |
      | 7_ENVELOPE        |      |      |      |  X   |
      | C6_ENVELOPE       |      |      |  X   |      |
      | C5_ENVELOPE       |      |      |  X   |  X   |
      | C4_ENVELOPE       |      |      |  X   |      |
      | DL_ENVELOPE       |      |      |  X   |  X   |
      +-------------------+---------------------------+

14.10  –  Xerox printers

      +-------------------+---------------------------+
      |                   |             | WorkCentre  |
      |                   |             |     Pro     |
      |                   |             |   35 |      |
      |                   |             |   45 |      |
      |                   |             |   55 |      |
      |                   |             |   65 |      |
      |                   |             |   75 |      |
      |                   |             |   90 |      |
      |                   | DocuPrint N |  232 |      |
      |                   |   32 |      |  238 |      |
      |                   | 2025 |      |  245 |      |
      |                   | 2825 |      |  255 | C2128|
      |                   | 3225 |      |  265 | C2636|
      | Sheet size Values | 4025 | 2125 |  275 | C3545|
      +-------------------+---------------------------+
      | LETTER, A         |  X   |  X   |  X   |  X   |
      | LEDGER, B         |  X   |      |  X   |  X   |
      | LEGAL             |  X   |  X   |  X   |  X   |
      | EXECUTIVE         |  X   |  X   |  X   |  X   |
      | A6                |  X   |  X   |  X   |  X   |
      | A5                |  X   |  X   |  X   |  X   |
      | A4                |  X   |  X   |  X   |  X   |
      | A3                |  X   |      |  X   |  X   |
      | B6                |      |      |  X   |  X   |
      | B5                |  X   |  X   |  X   |  X   |
      | B4                |  X   |      |  X   |  X   |
      | C5_ENVELOPE       |  X   |  X   |      |  X   |
      | FOLIO             |  X   |  X   |  X   |  X   |
      | HALFLETTER        |  X   |  X   |      |      |
      | BUSINESS_ENVELOPE |  X   |  X   |      |      |
      | 7_ENVELOPE        |  X   |  X   |      |  X   |
      | 9X11_ENVELOPE     |      |      |  X   |  X   |
      | DL_ENVELOPE       |  X   |  X   |      |  X   |
      | DOUBLEPOSTCARD    |      |      |  X   |      |
      +-------------------+---------------------------+

      +-------------------+----------------------------------+
      |                   |              Phaser              |
      |                   | 4500 |                           |
      |                   | 4510 |                           |
      | Sheet size Values | 8400 | 5500 | 6250 | 7300 | 7750 |
      +-------------------+----------------------------------+
      | LETTER, A         |  X   |  X   |  X   |  X   |  X   |
      | LEDGER, B         |      |  X   |      |  X   |  X   |
      | LEGAL             |  X   |  X   |  X   |  X   |  X   |
      | EXECUTIVE         |  X   |  X   |  X   |  X   |  X   |
      | A6                |  X   |  X   |  X   |  X   |  X   |
      | A5                |  X   |  X   |  X   |  X   |  X   |
      | A4                |  X   |  X   |  X   |  X   |  X   |
      | A3                |      |  X   |      |  X   |  X   |
      | B6                |      |  X   |      |      |      |
      | B5                |  X   |  X   |  X   |  X   |  X   |
      | B4                |      |  X   |      |  X   |  X   |
      | C4_ENVELOPE       |      |  X   |      |  X   |  X   |
      | C5_ENVELOPE       |  X   |  X   |  X   |  X   |  X   |
      | C6_ENVELOPE       |      |      |      |  X   |  X   |
      | FOLIO             |  X   |  X   |  X   |  X   |  X   |
      | HALFLETTER        |  X   |  X   |  X   |  X   |  X   |
      | BUSINESS_ENVELOPE |  X   |  X   |  X   |  X   |  X   |
      | 7_ENVELOPE        |  X   |  X   |  X   |  X   |      |
      | DL_ENVELOPE       |  X   |  X   |  X   |  X   |  X   |
      | INDEXCARD         |  X   |      |      |      |      |
      +-------------------+----------------------------------+

15  –  SIDES

    SIDES=sides-layout-value

    Specifies whether your job will print on one or two sides of a sheet,
    and whether it will print in tumble mode. Sides-layout-value can be:

    1, ONE, or           Your job is printed on one side of the sheet.
    ONE_SIDED_SIMPLEX

    2, TWO, or           Your job is printed on both sides of a sheet.
    TWO_SIDED_DUPLEX

    TUMBLE or            Your job is printed on both sides of the sheet,
    TWO_SIDED_TUMBLE     and alternating pages are rotated 180°.

    ONE_SIDED_DUPLEX     Your job prints on one side of the sheet.
                         This setting reflects the placement of
                         margins.

    ONE_SIDED_TUMBLE     Your job prints on one side of the sheet.
                         Alternating pages are rotated 180°.  This
                         setting reflects the placement of margins.

    TWO_SIDED_SIMPLEX    Your job is printed on both sides of a sheet.
                         This setting does not reflect the placement of
                         margins.

    The SIDES command is overridden if the file contains an operator that
    sets the duplex value.

15.1  –  Compaq printers

      +---------------------------+-----------------------+
      |                           | Compaq Laser Printer  |
      |                           |       | LN32  |       |
      | Sides Values              | LN16  | LNM40 | LNC02 |
      +---------------------------+-----------------------+
      | 1, ONE, ONE_SIDED_SIMPLEX |   X   |   X   |   X   |
      +---------------------------+-----------------------+
      | 2, TWO, TWO_SIDED_DUPLEX  |   X*  |   X*  |       |
      +---------------------------+-----------------------+
      | TUMBLE, TWO_SIDED_TUMBLE  |   X*  |   X*  |       |
      +---------------------------+-----------------------+
      | ONE_SIDED_DUPLEX          |   X   |   X   |       |
      +---------------------------+-----------------------+
      | ONE_SIDED_TUMBLE          |       |       |       |
      +---------------------------+-----------------------+
      | TWO_SIDED_SIMPLEX         |   X*  |   X*  |       |
      +---------------------------+-----------------------+

       * Only if printer has the duplex option installed

15.2  –  DIGITAL printers

15.2.1  –  Colormate PS

      Valid SIDES value is ONE_SIDED_SIMPLEX.  You cannot select duplex
      printing with the Colormate PS printer.

15.2.2  –  Colorwriter LSR 2000

      Valid SIDES value is ONE_SIDED_SIMPLEX.  You cannot select duplex
      printing with the Colorwriter LSR 2000 printer.

15.2.3  –  LN printers

      +---------------------------+----------------------------------+
      |                           |      DIGITAL Laser Printer       |
      | Sides Values              | LN15 | LN17 | LN20 | LN40 |LNC02 |
      +---------------------------+----------------------------------+
      | 1, ONE, ONE_SIDED_SIMPLEX |  X   |  X   |  X   |  X   |  X   |
      +---------------------------+----------------------------------+
      | 2, TWO, TWO_SIDED_DUPLEX  |  X*  |  X*  |  X*  |  X   |      |
      +---------------------------+----------------------------------+
      | TUMBLE, TWO_SIDED_TUMBLE  |  X*  |  X*  |  X*  |  X   |      |
      +---------------------------+----------------------------------+
      | ONE_SIDED_DUPLEX          |  X   |  X   |  X   |  X   |      |
      +---------------------------+----------------------------------+
      | ONE_SIDED_TUMBLE          |      |      |      |      |      |
      +---------------------------+----------------------------------+
      | TWO_SIDED_SIMPLEX         |  X*  |  X*  |  X   |  X   |      |
      +---------------------------+----------------------------------+

       * Only if printer has the duplex option installed

15.2.4  –  DECcolorwriter 1000

      Valid SIDES value is ONE_SIDED_SIMPLEX.  You cannot select duplex
      printing with the DECcolorwriter 1000 printer.

15.2.5  –  DEClaser printers

      +---------------------------+----------------------------------+
      |                           |             DEClaser             |
      |                           | 1150 |      |      |      | 3500 |
      | Sides Values              | 1152 | 2150 | 2250 | 3250 | 5100 |
      +---------------------------+----------------------------------+
      | 1, ONE, ONE_SIDED_SIMPLEX |   X  |   X  |   X  |   X  |   X  |
      +---------------------------+----------------------------------+
      | 2, TWO, TWO_SIDED_DUPLEX  |      |      |   X  |   X  |      |
      +---------------------------+----------------------------------+
      | TUMBLE, TWO_SIDED_TUMBLE  |      |      |   X  |   X  |      |
      +---------------------------+----------------------------------+
      | ONE_SIDED_DUPLEX          |   X  |   X  |   X  |   X  |   X  |
      +---------------------------+----------------------------------+
      | ONE_SIDED_TUMBLE          |      |      |   X  |   X  |      |
      +---------------------------+----------------------------------+
      | TWO_SIDED_SIMPLEX         |      |      |   X  |   X  |      |
      +---------------------------+----------------------------------+

15.2.6  –  PrintServer printers

      +---------------------------+-------------------+
      |                           |    PrintServer    |
      | Sides Values              | 17 | 20 | 32 | 40 |
      +---------------------------+-------------------+
      | 1, ONE, ONE_SIDED_SIMPLEX | X  | X  | X  | X  |
      +---------------------------+-------------------+
      | 2, TWO, TWO_SIDED_DUPLEX  | X* | X  | X  |    |
      +---------------------------+-------------------+
      | TUMBLE, TWO_SIDED_TUMBLE  | X* | X  | X  |    |
      +---------------------------+-------------------+
      | ONE_SIDED_DUPLEX          | X  | X  | X  | X  |
      +---------------------------+-------------------+
      | ONE_SIDED_TUMBLE          | X**| X**| X**|    |
      +---------------------------+-------------------+
      | TWO_SIDED_SIMPLEX         | X* | X  | X  |    |
      +---------------------------+-------------------+

       *   Only if PrintServer 17 has the duplex option installed
       **  Only if printer is running PostScript Level 1

15.2.7  –  ScriptPrinter

      Valid SIDES value is ONE_SIDED_SIMPLEX.  You cannot select
      duplex printing with the ScriptPrinter printer.

15.3  –  GENICOM printers

      +---------------------------+---------+
      | Sides Values              |  valid  |
      +---------------------------+---------+
      | 1, ONE, ONE_SIDED_SIMPLEX |    X    |
      +---------------------------+---------+
      | 2, TWO, TWO_SIDED_DUPLEX  |    X*   |
      +---------------------------+---------+
      | TUMBLE, TWO_SIDED_TUMBLE  |    X*   |
      +---------------------------+---------+
      | ONE_SIDED_DUPLEX          |    X    |
      +---------------------------+---------+
      | ONE_SIDED_TUMBLE          |         |
      +---------------------------+---------+
      | TWO_SIDED_SIMPLEX         |    X*   |
      +---------------------------+---------+

       * Only if printer has the duplex option installed

15.4  –  HP printers

      +---------------------------+---------------+
      |                           |   LaserJet    |
      |                           |  III  |       |
      |                           |  4M   |       |
      |                           |  4ML  |  all  |
      | Sides Values              |  4MV  |others |
      +---------------------------+---------------+
      | 1, ONE, ONE_SIDED_SIMPLEX |   X   |   X   |
      +---------------------------+---------------+
      | 2, TWO, TWO_SIDED_DUPLEX  |       |   X*  |
      +---------------------------+---------------+
      | TUMBLE, TWO_SIDED_TUMBLE  |       |   X*  |
      +---------------------------+---------------+
      | ONE_SIDED_DUPLEX          |   X   |   X   |
      +---------------------------+---------------+
      | ONE_SIDED_TUMBLE          |       |       |
      +---------------------------+---------------+
      | TWO_SIDED_SIMPLEX         |       |   X*  |
      +---------------------------+---------------+

       * Only if printer has the duplex option installed

15.5  –  IBM printers

      +---------------------------+---------+
      | Sides Values              |  valid  |
      +---------------------------+---------+
      | 1, ONE, ONE_SIDED_SIMPLEX |    X    |
      +---------------------------+---------+
      | 2, TWO, TWO_SIDED_DUPLEX  |    X*   |
      +---------------------------+---------+
      | TUMBLE, TWO_SIDED_TUMBLE  |    X*   |
      +---------------------------+---------+
      | ONE_SIDED_DUPLEX          |    X    |
      +---------------------------+---------+
      | ONE_SIDED_TUMBLE          |         |
      +---------------------------+---------+
      | TWO_SIDED_SIMPLEX         |    X*   |
      +---------------------------+---------+

       * Only if printer has the duplex option installed

15.6  –  Lexmark printers

      +---------------------------+---------+
      | Sides Values              |  valid  |
      +---------------------------+---------+
      | 1, ONE, ONE_SIDED_SIMPLEX |    X    |
      +---------------------------+---------+
      | 2, TWO, TWO_SIDED_DUPLEX  |    X*   |
      +---------------------------+---------+
      | TUMBLE, TWO_SIDED_TUMBLE  |    X*   |
      +---------------------------+---------+
      | ONE_SIDED_DUPLEX          |    X    |
      +---------------------------+---------+
      | ONE_SIDED_TUMBLE          |         |
      +---------------------------+---------+
      | TWO_SIDED_SIMPLEX         |    X*   |
      +---------------------------+---------+

       * Only if printer has the duplex option installed

15.7  –  Tektronix printers

      +---------------------------+---------------+
      |                           |    Phaser     |
      |                           |  200e |       |
      |                           |  200i |  740  |
      |                           |  220e |  750  |
      | Sides Values              |  780  |  850  |
      +---------------------------+---------------+
      | 1, ONE, ONE_SIDED_SIMPLEX |   X   |   X   |
      +---------------------------+---------------+
      | 2, TWO, TWO_SIDED_DUPLEX  |       |   X*  |
      +---------------------------+---------------+
      | TUMBLE, TWO_SIDED_TUMBLE  |       |   X*  |
      +---------------------------+---------------+
      | ONE_SIDED_DUPLEX          |   X   |   X   |
      +---------------------------+---------------+
      | ONE_SIDED_TUMBLE          |       |       |
      +---------------------------+---------------+
      | TWO_SIDED_SIMPLEX         |       |   X*  |
      +---------------------------+---------------+

       * Only if printer has the duplex option installed

15.8  –  Xerox printers

      +---------------------------+---------+
      | Sides Values              |  valid  |
      +---------------------------+---------+
      | 1, ONE, ONE_SIDED_SIMPLEX |    X    |
      +---------------------------+---------+
      | 2, TWO, TWO_SIDED_DUPLEX  |    X*   |
      +---------------------------+---------+
      | TUMBLE, TWO_SIDED_TUMBLE  |    X*   |
      +---------------------------+---------+
      | ONE_SIDED_DUPLEX          |    X    |
      +---------------------------+---------+
      | ONE_SIDED_TUMBLE          |         |
      +---------------------------+---------+
      | TWO_SIDED_SIMPLEX         |    X*   |
      +---------------------------+---------+

       * Only if printer has the duplex option installed

16  –  STAPLE

    STAPLE=staple-position

    Valid staple-position values are:

        LEFT_CENTER
        TOP_CENTER
        TOP_LEFT
        TOP_RIGHT
        NONE

    These values specify the position of the staple with respect to the
    orientation of the image on the paper.  When NONE is specified, the
    job is printed without stapling, overriding the printer's default
    stapling setting.  Some values of staple-position are not always
    possible, depending on the direction in which the paper is fed
    through the printer.

    The STAPLE feature is available on the following printers:

        Compaq Laser Printer LN32 and LNM40
        GENICOM Intelliprint mL450
        GENICOM LN45 and LNM40
        GENICOM microLaser 320 and 401
        HP CM8050 MFP, CM8060 MFP, 9085 MFP
        HP Color LaserJet 4700, 4730 MFP, 9500, 9500 MFP, CM4730 MFP and
         CP4005
        HP LaserJet 4200, 4240, 4250, 4300, 4345 MFP, 4350, 8000, 8100,
         8150, 9000, 9000 MFP, 9040 MFP, 9050 MFP, 9055 MFP, 9065 MFP,
         M4345 MFP, M5025 MFP and M5035 MFP
        Lexmark W820
        Xerox DocuPrint N24, N32 and N40
        Xerox Phaser 7750
        Xerox WorkCentre Pro 35, 45, 55, 65, 75, 90, 232, 238, 245, 255,
         265, 275, C2128, C2636 and C3545

17  –  Examples

  $ PRINT /PARAMETERS=DATA_TYPE=PROPRINTER file-spec

    The print symbiont calls the PROPRINTER-to-POSTSCRIPT translator.
    When the translator has translated the file to PostScript, the
    file is printed.

  $ PRINT /PARAMETERS=PAGE_ORIENTATION=LANDSCAPE file-spec

    This command prints the job with landscape as the page orientation.

  $ PRINT /PARAMETERS=(INPUT_TRAY=MIDDLE,PAGE_ORIENTATION=LANDSCAPE) -
  _$ file-spec

    This command prints the job on paper from the middle input tray, with
    landscape as the page orientation.

  $ PRINT /PARAMETERS=("PAGE_LIMIT=(3,5)",MESSAGES) file-spec
                          or
  $ PRINT /PARAMETERS=(PAGE_LIMIT="(3,5)",MESSAGES) file-spec

    These commands print pages 3 through 5 of the job and print any
    job-generated event messages on a job log page.

  $ PRINT /PARAMETERS=(SIDES=2,DATA=ANSI) file-spec

    This command prints an ANSI text file using both sides of the sheet.
    (The SIDES command is overridden if the file contains an operator that
    sets the duplex value.)

  $ PRINT /PARAMETERS=(NUMBER_UP=4) file-spec

    This command prints the job four pages to a sheet.  The sequence
    of pages as printed on the page differs depending on whether the
    document is printed in portrait or landscape orientation.

    For a portrait-oriented document,   For a landscape-oriented document,
    the pages are printed on the        if PAGE_ORIENTATION=LANDSCAPE is not
    sheet in the following order:       specified, the pages are printed on
                                        the sheet in the following order:
         +---------+---------+
         |         |         |             +------------+------------+
         |         |         |             |            |            |
         |         |         |             |            |            |
         |         |         |             |            |            |
         |       1 |       2 |             |          3 |          1 |
         +---------+---------+             +------------+------------+
         |         |         |             |            |            |
         |         |         |             |            |            |
         |         |         |             |            |            |
         |         |         |             |          4 |          2 |
         |       3 |       4 |             +------------+------------+
         +---------+---------+

    To print landscape pages in the portrait order, include the
    PAGE_ORIENTATION=LANDSCAPE parameter in the command line.

  $ PRINT /PARAMETERS=(PAGE_SIZE=A,SHEET_SIZE=A4) file-spec

    This command prints a file that is designed for A-size paper on
    A4-size paper, adjusting the size of the page to fit the paper.  The
    page image is scaled to the dimensions of the sheet without
    affecting the ratio of width to height.
Close Help