Know the Successors

All questions about Control-M jobs definitions
Post Reply
User avatar
meon344
Nouveau
Nouveau
Posts: 2
Joined: 27 Jul 2010 12:00

Know the Successors

Post by meon344 » 27 Jul 2010 6:42

Guys,

I've a request to look for successors for an existing job. The job with Maybe conditions has different successors on different days. So, we cannot find through the net option used in AJF :(. Any suggestions would be appreciable :)

User avatar
GNappo
Nouveau
Nouveau
Posts: 70
Joined: 03 Sep 2007 12:00
Location: Italy

Post by GNappo » 25 Aug 2010 4:02

Hi meon344,

you can user the Neighborhood utility by clicking with dx of mouse on interested job.

This utility can be user in Control-M EM and in Control-M Desktop. You can also save a report with result of your request

Best Regards

Giuseppe Nappo

User avatar
icemanCTM
Nouveau
Nouveau
Posts: 17
Joined: 21 Mar 2010 12:00

whit query

Post by icemanCTM » 13 Jan 2011 5:03

father jobs (recursive):

SelectQuery = e.sched_table , c.job_name as , c.group_name, c.APPLICATION

FromQuery= def_job c, def_lnko_p d,def_tables e

$WhereQuery = d.condition in (select b.condition from def_job a,def_lnki_p b where a.job_name='MyJob' and a.APPLICATION='MyAplicacion' and a.group_name='MyGrupo' and a.table_id=b.table_id and a.job_id=b.job_id) and d.table_id=c.table_id and d.job_id=c.job_id and c.table_id=e.table_id

User avatar
icemanCTM
Nouveau
Nouveau
Posts: 17
Joined: 21 Mar 2010 12:00

whit query

Post by icemanCTM » 13 Jan 2011 5:03

father jobs (recursive):

SelectQuery = e.sched_table , c.job_name as , c.group_name, c.APPLICATION

FromQuery= def_job c, def_lnko_p d,def_tables e

$WhereQuery = d.condition in (select b.condition from def_job a,def_lnki_p b where a.job_name='MyJob' and a.APPLICATION='MyAplicacion' and a.group_name='MyGrupo' and a.table_id=b.table_id and a.job_id=b.job_id) and d.table_id=c.table_id and d.job_id=c.job_id and c.table_id=e.table_id

Post Reply