Previous Topic: DIRECTION Statement—Specify the Transfer DirectionNext Topic: DISK Statement—Specify Conditions to Monitor Disk Space


DISABLE_RESTART Statement—Specify Whether to Disable the Restart Feature for Failed PeopleSoft Jobs

The DISABLE_RESTART statement specifies whether to disable a restart feature for previously failed PeopleSoft jobs. By default, the restart feature is enabled. When a previously failed job is resubmitted, it restarts from where it stopped.

Supported Job Type

This statement is optional for the PeopleSoft job type.

Syntax

This statement has the following format:

DISABLE_RESTART YES|NO
YES

Disables the restart feature. Previously-failed jobs restart from the beginning.

NO

Does not disable the restart feature. When a failed job is resubmitted, it restarts from where it stopped. This is the default.

Notes:

Example: Disable the Restart Feature for Failed PeopleSoft Jobs

This example disables the restart feature. Previously failed jobs restart from the beginning.

AGENT PSAGT
PROCESSNAME XRFWIN
PROCESSTYPE 'Application Engine'
DISABLE_RESTART YES