Previous Topic: PROGOUTPUTFORMAT Statement—Specify the Output Format for a Program in a Request SetNext Topic: PROGPRINTER Statement—Specify a Printer for a Request Set Program


PROGPRINTCOPIES Statement—Specify the Number of Copies to Print for a Request Set Program

The PROGPRINTCOPIES statement specifies the number of copies to print for an Oracle Applications request set program.

Supported Job Type

This statement is optional for the Oracle E-Business Suite Request Set job type.

Syntax

This statement has the following format:

PROGPRINTCOPIES 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 a Different Number of Copies for Different Programs

In this example, five copies are printed for program 1 and eight for program 2.

AGENT CYBOA
REQUESTSET 'XX EXTRACTS'
APPLDISPLNAME 'Oracle Bill of Materials'
RESPNAME 'System Administrator'
OAUSER SYSADMIN
ARGDEFAULTS N
PROGDATA 1
   PROGARGS ,12345,2,,3223,2,,1
   PROGPRINTER Q_DEVELOPMENT
   PROGPRINTSTYLE PORTRAIT
   PROGPRINTCOPIES 5
   PROGSAVEOUTPUT YES
PROGDATA 2
   PROGARGS 12345,,,,1,1755,,-1,,
   PROGPRINTER Q_DEVELOPMENT
   PROGPRINTSTYLE PORTRAIT
   PROGPRINTCOPIES 8
   PROGSAVEOUTPUT YES