Does anyone have a tool that produces a graph of which procedures call which within one module?
In some ways this is a more difficult question than producing a multi-module IMPORT tree, as the graph can be a general (recursive) directed graph, and not simply just a tree.