DELETE the jobs from Control-M Server Database

Some examples running with Control-M and Control-EM database.
Post Reply
User avatar
Gopikkd
Nouveau
Nouveau
Posts: 154
Joined: 25 May 2009 12:00
Location: Bangalore

DELETE the jobs from Control-M Server Database

Post by Gopikkd » 26 Sep 2013 4:02

Hi,

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

Thanks in advance.

User avatar
anirudhrh
Nouveau
Nouveau
Posts: 48
Joined: 21 Sep 2013 12:00

Post by anirudhrh » 23 Jan 2014 4:07

you can use a query something like this

delete jobname from cmr_ajf where holdflag like'Y';
Anirudh

Post Reply