Proper way to Kill a waiting job in Submitted Jobs
Using JDE E1 9.2 with tools 9.2.2.5 with database on SQL Server. We had the situation where a string of jobs got submitted in error within the same job queue. While the first job was running, we wanted to kill the waiting jobs so they would not run. There is a terminate option if a job is currently running, but not if it is waiting. Will deleting the job from Submitted jobs stop the job from processing? I'm thinking it won't but don't know the proper way to prevent waiting jobs from running if this happens again in the future.