Question

I have a daily plan with 426 elements on it. Now I need to delete them in a way that ensures that none of them are run.

They "ought" to all be defined with a predecessor dependency on the "BATCHSTART" element. However, when I search for the successors of BATCHSTART the list only contains 410 elements. Conclusion: Of the 426 elements one is BATCHSTART, leaving 15 elements that are not defined as dependent on BATCHSTART.

So... short of manually comparing the lists, is there a way to find them?

Était-ce utile?

La solution

Can't be done via the menus, but if you ask your operator nicely she or he might tell you the names of the tables that store the various applications and dependencies. Then you "only" have to wrote some clever code that generates the dependency graph and teases out your answers.

No, I'm not done...

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top