Previous Topic: PRINTDEST Statement—Specify Print DestinationNext Topic: PRINTFOOTER Statement—Specify Whether to Print a Footer on an SAP Report


PRINTER Statement—Specify a Printer

The PRINTER statement specifies the name of a printer to be used by Oracle Applications.

Supported Job Types

This statement is optional for the following job types:

Syntax

This statement has the following format:

PRINTER printer_name
printer_name

Specifies the name of a printer that Oracle Applications can print to. This printer must be defined in Oracle Applications. In Oracle Applications, the printer name is specified as a request definition option and is found in the Printer column of the Upon Completion dialog.

Limits: Up to 30 characters; case-sensitive

Notes:

Example: Specify a Printer for Oracle Applications

In this example, the job specifies three copies to be printed on the Q_DEVELOPMENT printer in PORTRAIT style.

AGENT CYBOA
APPLDISPLNAME 'Application Object Library'
RESPNAME 'System Administrator'
OAUSER SYSADMIN
PROGRAM XXCOFI
PRINTER Q_DEVELOPMENT
PRINTSTYLE PORTRAIT
PRINTCOPIES 3