Page 1 of 1

DELETE the jobs from Control-M Server Database

Posted: 26 Sep 2013 4:02
by Gopikkd
Hi,

How to delete the held jobs from control-m database thru sql.

Thanks in advance.

Posted: 23 Jan 2014 4:07
by anirudhrh
you can use a query something like this

delete jobname from cmr_ajf where holdflag like'Y';