Previous Topic: /NO_DEPENDENCY=(dependency_jobs)

Next Topic: /RETRY_ATTEMPTS=max_attempts

/RESTART_VALUE=string /NORESTART_VALUE

Specifies the user string restart value, for the specified job from outside the job when the job is not running. SET JOB /RESTART_VALUE fails if the specified job is running.

See the command SET RESTART_VALUE for details about restart values usage, and examples.

To modify the restart value from a running job process, use the SET RESTART_VALUE command.

To clear the restart value previously set for the specified job, use SET JOB /NORESTART_VALUE. Alternately, you can use SET JOB /RESTART_VALUE="" (null string). Both clear the restart value.