Previous Topic: PORTNAME Statement—Specify the Port Name Within the NamespaceNext Topic: PRINTCOPIES Statement—Specify the Number of Print Copies (SAP Jobs)


PRINTCOPIES Statement—Specify the Number of Copies to Print (Oracle E-Business Suite Jobs)

The PRINTCOPIES statement specifies the number of copies to print for an Oracle Applications single request or request set.

Supported Job Types

This statement is optional for the following job types:

Syntax

This statement has the following format:

PRINTCOPIES num_copies
num_copies

Specifies the number of copies to print. In Oracle E-Business Suite, the number of copies is specified as a request definition option and is found in the Copies column of the Upon Completion dialog.

Limits: Up to six numeric digits

Example: 100

Notes:

Example: Print Three Copies of a Single Request

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