Index

check_schedule filename(arguments)

Check whether a scheduling script can be compiled.

Arguments:
Script filename(arguments)
The path-name and arguments of the scheduling script to be checked.

Example:
The following example checks wether the observe.sch script would be accepted by the schedule command. If not, the first error found in the file is shown.
 check_schedule ~mcs/observe.sch
Context:
When a script is scheduled for execution, it is first compiled by the scheduler. This will fail if there are any syntatical or usage errors in the script. The check_schedule command allows one to check wether a schedule is compilable without having to submit it for execution.

Martin Shepherd (27-Nov-1999)