Previous Topic: Format

Next Topic: Qualifiers

Parameter

job_specifier

Specifies the name or number of the job.

For example:

SCHEDULE> SET MYJOB
SCHEDULE> SET 123

To refer to a job belonging to another user, add the =username specifier to the job name. For example:

SCHEDULE> SET JOB THISJOB=YOURNAME

To refer to a job on a remote node, add the node name to the job name or number. For example:

SCHEDULE> SET JOB NODE1::MYJOB
SCHEDULE> SET JOB NODE1::123 

You cannot use wildcard characters for the job specifier.