Previous Topic

Next Topic

Book Contents

Book Index

The submit/job command

The submit command causes a job to be considered for immediate submission. There are three qualifiers, in addition to the general qualifiers, that can be applied to the command. They are listed in the following table.

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

For example, you want to submit UPDATE_LEDGER1 to run as soon as all the prerequisite jobs were completed without waiting for the normal start time, just enter:

C:\> schedule submit update_ledger1/prerequisites/initiates

See Also

Other Schedule commands

The delete/job command