Automation Engine Script Guide > AE JCL for Applications > PeopleSoft > About PeopleSoft JCL

About People Soft 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

 

See also:

About AE JCL for Applications