Task string parameters for PeopleSoft jobs
This section describes
the task string parameters that control
the operation of PeopleSoft jobs.
You must specify them in the following places when you define their
associated HCL Workload Automation jobs:
- In the Task string field of the Task page of the Properties - Job Definition panel, if you use the Dynamic Workload Console
- As arguments of the
scriptname
keyword in the job definition statement, if you use the HCL Workload Automation command line. - As arguments of the
JOBCMD
keyword in theJOBREC
statement in theSCRIPTLIB
of HCL Workload Automation for Z, if you are scheduling in an end-to-end environment. In this case the entire string following theJOBCMD
keyword must be enclosed within quotation marks (").The following is an example of aJOBREC
statement:
where:JOBREC JOBCMD("/-process process_name -type 'process_type' -runcontrol runcontrol_ID") JOBUSR(TWS_user_name)
- process_name
- The process name for the PeopleSoft job.
- process_type
- The process type for the PeopleSoft job. This entry must be enclosed within single quotes.
- runcontrol_ID
- The runcontrol ID for the PeopleSoft job.
- TWS_user_name
- The HCL Workload Automation for Z user
who runs the
psagent
access method from the end-to-end scheduling environment.
Task string parameters for PeopleSoft jobs describes the parameters
to define PeopleSoft jobs.
Parameter | Description |
---|---|
-process | The process name for the PeopleSoft job. |
-type | The process type for the PeopleSoft job. This entry must be enclosed within single quotes. |
-runcontrol | The runcontrol ID for the PeopleSoft job. |
-outputdest | The destination of the PeopleSoft job output. |
-outputtype | The output type of the PeopleSoft job.
Possible values are:
Note: Depending
on the PeopleSoft configuration,
some combinations of the value of this option with the value of the outputformat option
are not supported. In this case the PeopleSoft default
value is used. |
-outputformat | The output format of the PeopleSoft job.
Valid values are:
Note: Depending
on the PeopleSoft configuration,
some combinations of the value of this option with the value of the outputtype option
are not supported. In this case the PeopleSoft default
value is used. |
-runlocationdescr | The PeopleSoft process scheduler responsible for processing the PeopleSoft job. |
-foldername | The name of the report folder used for this job. The folder must have been already created using PeopleSoft Report Manager. |
tracelvl | Specify the trace setting for the job. Possible
values are:
|
Note: No
syntax checking is performed on the output control
values (
outputdest
, outputtype
, outputformat
,
and foldername
). If the values are not recognized,
defaults are used.The following is an example
of a task string specification
for a PeopleSoft 8.44
job:
-process XRFWIN -type 'SQR Report' -runcontrol 1 -runlocationdescr PSNT