The RUNCONTROLARGS statement specifies the run control arguments for a run control table on the PeopleSoft system. You can use this statement with the RUNCONTROLTABLE statement to add parameters to the run control table.
Supported Job Type
This statement is optional for the PeopleSoft job type.
Syntax
This statement has the following format:
RUNCONTROLARGS argument|'argument,argument...'
Specifies a run control argument to add to the run control table.
Limits: Case-sensitive
Notes:
RUNCONTROLARGS 'BI_WF_0001,0,O,N,0,N,'
Example: Add a Row of Process Parameters to a Run Control Table
In this example, the RUNCONTROLARGS statement specifies the run control arguments for the PS_AEREQUESTTBL run control table . The job inserts a new row in the PS_AEREQUESTTBL run control table with data from the run control arguments.
AGENT PSAGENT PROCESSNAME XYZ PROCESSTYPE 'Application Engine' PSOPRID VP1 RUNCONTROLID test RUNCONTROLTABLE PS_AEREQUESTTBL RUNCONTROLARGS 'BI_WF_0001,0,O,N,0,N,,b\,sysdate'
The columns in the PS_AEREQUESTTBL run control table correspond to the run control arguments as follows:
|
Column |
Value |
|---|---|
|
AE_APPLID |
BI_WF_0001 |
|
CURTEMPINSTANCE |
0 |
|
PROCESS_FREQUENCY |
O |
|
AE_PROCESS_STATUS |
N |
|
PROCESS_INSTANCE |
0 |
|
PROCESS_ORIG |
N |
|
LAST_RUN_DTM |
null |
|
MARKET |
b\ |
|
ASOF_DT |
2007-07-10 14:30:00 |
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|