keyjob

The keyjob keyword is used to mark a job as key in both the database and in the plan.

Syntax

keyjob

Examples

In the following example, both the job and the job stream are marked as key.

SCHEDULE cpu1#sched1
ON everyday
KEYSCHED
AT 0100
cpu1#myjob1 KEYJOB
END