The submit/job or subjob command is used to submit a job manually from the command line. There are three qualifiers, in addition to the general qualifiers, that can be applied to the command. They are listed in the following table.
Windows/OpenVMS:
Schedule> schedule submit update_ledger1 /prerequisites /initiates
UNIX/Linux:
Schedule> schedule subjob update_ledger1 -prerequisites -initiates
What it does: Submits a job and checks prerequisites (prerequisite jobs, resources, end actions, rescheduling) and initiates (jobs started by this job)
Command |
Description |
/prerequisite |
The job will be submitted as soon as all prerequisites are met. The default is to not check prerequisites. |
/initiates |
After the job completes all initiate jobs are activated. The default is not to trigger initiates. |
/after=date |
The job is submitted for execution after the indicated date and time |
See Submit a job for execution (submit/job or subjob) for a detailed description of this command.