Adds an additional printer to a request
OA_ADD_PRINTER
PRINTER=...
[,COPIES=...]
Syntax |
Description/Format |
---|---|
PRINTER= |
Name of the printer |
COPIES= |
Number of copies Default value: "0" |
Only one printer can be defined with the statement OA_SET_PRINT_DEFAULTS. Use OA_ADD_PRINTER if more than one should be specified.
Do so by calling this statement in the scriptA particular Automation Engine object type. and specify the particular printers. As soon as OA_SUBMIT_REQUEST has processed, the agentA program that enables the de-centralized execution of processes (such as deployments) on target systems (computers or business solutions) or a service that provides connectivity to a target system (such as for databases or middleware). An agent is also an object type in the Automation Engine. [Formerly called "Executor."] See also: host hands the printer specifications over to Oracle. If additional submits are used in the script, redefine the printers beforehand using OA_ADD_PRINTER.
The printer specified with OA_SET_PRINT_DEFAULTS is used for all subsequent OA_SUBMIT_REQUEST calls until the jobAn Automation Engine object type for a process that runs on a target system. ends or until the next OA_SET_PRINT_DEFAULTS statement is made.
If an error occurs when handing over a printer, this error is logged in the activation reportA report provides more detailed information about a task's execution or a component. and the job ends on return codeThe value that represents the result of tasks and script functions. 10.
OA_ADD_PRINTER PRINTER='HPLJ',COPIES=2
See also:
About the JCL of Oracle Applications
Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support |
Copyright © 2016 Automic Software GmbH |