1#
2# Cleanup created jobs
3#
4UPDATE Job
5   SET JobStatus = 'f', StartTime = SchedTime, EndTime = SchedTime
6 WHERE JobStatus = 'C'
7