Ron Thomas wrote: >Hello. We have cobol programs where we are seeing lots of unused variables. Is >there a way we get all the unused variables from the program?
Beside eating up valuable storage during execution, is this a problem? You need to use Two Tools: XREF(FULL) and your eyes. But, be careful. Some of those vars could be referred by a higher up program or called program only, not by the program(s) you're now evaluating. Groete / Greetings Elardus Engelbrecht ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
