Previous Topic: SAPUSER Statement—Specify the SAP System User the Job Runs UnderNext Topic: SCRIPTNAME Statement—Specify a UNIX Shell Script to Run


SAVEOUTPUT Statement—Specify Whether to Save Output from an Oracle E-Business Suite Job

The SAVEOUTPUT statement specifies whether to save the output from an Oracle E-Business Suite Single Request or Request Set job.

Supported Job Types

This statement is optional for the following job types:

Syntax

This statement has the following format:

SAVEOUTPUT 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 the Output of an Oracle E-Business Single Request Job

In the following example, the job's output is saved.

AGENT CYBOA
PROGRAM XXCOFI
APPLDISPLNAME 'Application Object Library'
RESPNAME 'System Administrator'
OAUSER SYSADMIN
SAVEOUTPUT Y