About PeopleSoft JCL

The following overview shows the JCL script elements for PeopleSoft and the corresponding interfaces.

Script Elements and Corresponding Interfaces

Script Element

Description

Interface

PS_GET_HEARTBEAT

Monitors a PeopleSoft Process Scheduler Server.

PROCESSREQUEST_SBB

PS_GRANT_OUTPUT_ACCESS

Authorizes users or roles in order to access the output of a PeopleSoft process.

PROCESSREQUEST_SBB

PS_MODIFY_RUNCONTROL

Changes individual parameters in Run Controls.

PROCESSREQUEST_SBB

PS_RUN_JOB

Starts and monitors a PeopleSoft job.

PROCESSREQUEST_SBB

PS_RUN_PROCESS

Starts and monitors a PeopleSoft process.

none,
PROCESSREQUEST or
PROCESSREQUEST_SBB (depending on the parameters in use)

PS_SET_BINDVAR

Replaces the value of a bind variable in a process definition.

PROCESSREQUEST_SBB

PS_MARK_DELETE

Marks a job or process with the given instance number in PeopleSoft as deleted so that it is not shown in the PeopleSoft’s process lists anymore.

With this command you can clean up the process list in PeopleSoft from within the Automation Engine

PROCESSREQUEST_SBB

See also:

About AE JCL for Applications