Previous Topic: PROCESSMONITOR Statement—Specify the SAP Process Status to MonitorNext Topic: PROCESSTYPE Statement—Specify the Type of PeopleSoft Process to Run


PROCESSNAME Statement—Specify a PeopleSoft Process to Run

The PROCESSNAME statement specifies the name of the PeopleSoft process that the job runs.

Supported Job Type

This statement is required for the PeopleSoft job type.

Syntax

This statement has the following format:

PROCESSNAME process_name
process_name

Specifies the name of the PeopleSoft report to run. This value corresponds to the Process Name field in PeopleSoft. PeopleSoft stores the list of process names in the PS_PRCSDEFN table.

Limits: Up to 12 characters; case-sensitive

Notes:

Example: Run a PeopleSoft Process

This example runs the process named AEMINTEST. The process has the Application Engine type and PS_ALL run control ID.

AGENT PS_NY
PROCESSNAME AEMINTEST
PROCESSTYPE 'Application Engine'
RUNCONTROLID PS_ALL