Previous Topic: PROGRAMDISPL Statement—Specify the Display Name of an Oracle Applications Single Request ProgramNext Topic: PROGTEMPLATELANG Statement—Specify the Template Language for a Program in a Request Set


PROGSAVEOUTPUT Statement—Specify Whether to Save Output from a Request Set Program

The PROGSAVEOUTPUT statement specifies whether to save the output from 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:

PROGSAVEOUTPUT Y|N
Y

Saves output from an Oracle Applications program. In Oracle Applications, this option is specified as a request definition option and corresponds to selecting the Save all Output Files check box of the Upon Completion dialog.

N

Does not save output from an Oracle Applications program. In Oracle Applications, this option is specified as a request definition option and corresponds to clearing the Save all Output Files check box of the Upon Completion dialog.

Notes:

Example: Save Output for Only One Oracle Applications Program in a Request Set

In the following example, the PROGSAVEOUTPUT statement is defined as Y for the first program and N for the second. When the job executes, an output file is created by Oracle Applications and is saved for program 1, but not for program 2.

AGENT CYBOA
REQUESTSET 'XX EXTRACTS'
APPLDISPLNAME 'Application Object Library'
RESPNAME 'System Administrator'
OAUSER SYSADMIN
PROGDATA 1
   PROGARGS ,12345,2,,3223,2,,1
   PROGSAVEOUTPUT YES
PROGDATA 2
   PROGARGS 12345,,,,1,1755,,-1,,
   PROGSAVEOUTPUT N