Sets the default value for the print parameters to be used for executing Concurrent Programs.
Interface: SBB and XBP
OA_SET_PRINT_DEFAULTS
PRINTER=...
[,STYLE=...]
[,COPIES=...]
Syntax |
Description/Format |
---|---|
PRINTER= | Printer name Format: script literal |
STYLE= | Style Format: script literal |
COPIES= |
Number of copies Defaut value: "0" |
Using this scriptA particular Automation Engine object type. element, the userIn the Automation Engine, a user is an instance of a User object, and generally the user is a specific person who works with Automic products. The User object is assigned a user ID and then a set of access rights to various parts of the Automation Engine system and product suite. These access rights come in the form of Automation Engine authorizations and privileges, Decision user roles and EventBase rights and ARA web application object rights. You can manage all these centrally in the ECC user management functions. See also, Unified user management. can assign default values to the print parameters. They are valid for the entire script or until a new default value is assigned in the script. These values apply only to the jobAn Automation Engine object type for a process that runs on a target system. in which they were set.
By setting default values, the clarity of the AE Script is increased. At the same time, problems with the limitation of 255 characters per script line are avoided because the real processing instruction was first assembled in the Oracle Applications 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.
The script element can be used exclusively for OA_SUBMIT_REQUEST in order to assign default values to the print parameters.
In the following example, default values for the printer and the number of copies are set.
OA_SET_PRINT_DEFAULTS PRINTER='MINE'
OA_SET_PRINT_DEFAULTS COPIES=2
OA_SUBMIT_REQUEST APPLICATION='FND',PROGRAM='MYPROG',DESCRIPTION='Sunday
run of AE',ARG1='602'
See also:
About JCL for Oracle Applications
Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support |
Copyright © 2016 Automic Software GmbH |