xref (AREV Specific)
At 09 NOV 2006 01:35:17PM Richard Emerson wrote:
Hi,
Would like to cross reference my system to get ride of the deadwood. Does anyone have a system that links everything and lists that which isnt being used?
Thanks
At 09 NOV 2006 02:28PM Victor Engel wrote:
I don't think such a beast is possible. Consider a program, for example, that builds a program name by parsing something into a variable, say, X. Then the program calls the subroutine using an @ call: CALL @X
You'd have to know what possible values X could be, and I don't think that's knowable by a utility. The same sort of thing is true for dictionary names.