The edit/job or edjob command is used to edit the properties of a job that are stored in list format. For instance the job's commands and the job's initiates are saved in the job's lists. The qualifiers confirm, log and check may be used.
Windows/OpenVMS:
Schedule> edit/commands monday_job
UNIX/Linix:
Schedule> edjob -commands monday_job
What it does: Opens the command list (script) in an editor
The list types are:
Qualifier |
Description |
/commands or -commands |
Edit the job's script |
/prerequisites or -prerequisites |
Edit the job's prerequisites |
/activated_by or -activated_by |
Edit the job's activated by list |
/initiates or -initiates |
Edit the job's initiates |
/holds_up or -holds_up |
Edit's the job's holds up list. |
/notices or -notices |
Edit the notes section of the job |
/distribution or -distribution |
Edit's the job's distribution list |
See Edit a job's lists (edit/job or edjob) for a detailed description of this command.