Previous Topic: PROCESSNAME Statement—Specify a PeopleSoft Process to RunNext Topic: PROGARGS Statement—Define Argument Values to Pass to a Request Set Program


PROCESSTYPE Statement—Specify the Type of PeopleSoft Process to Run

The PROCESSTYPE statement specifies the type of PeopleSoft prcoess that the job runs.

Supported Job Type

This statement is required for the PeopleSoft job type.

Syntax

This statement has the following format:

PROCESSTYPE process_type
process_type

Specifies the PeopleSoft process type corresponding to the process that the job runs. PeopleSoft stores the list of process types in the PS_PRCSTYPEDEFN table. This value corresponds to the Process Type field in PeopleSoft.

Limits: Up to 32 characters; case-sensitive

Options include the following:

Notes:

Example: Run an Application Engine PeopleSoft Process

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

AGENT PS_TOR
PROCESSNAME AEMINTEST
PROCESSTYPE 'Application Engine'
RUNCONTROLID PS_ALL