문제

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?

도움이 되었습니까?

해결책

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...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top