I want to change the file structure in a PF which has no LF, How can I indentifyall the impacted programs without using any utility. I believe i can do find string and get the list but copybooks may also have used in those programs, which could not be found right?
Please clarify "without using any utility." That could eliminate everything other than visually inspecting all of the source code. (And even that could require a utility to display source for reading.) -- Tom
...copybooks may also have used in those programs, which could not be found right?
Not right.
If the search is over source code, any COPY members can also searched. If a hit on a COPY member indicates an impact through the copied source, references to the member can also be found by searching.
Free Guide: Managing storage for virtual environments
Complete a brief survey to get a complimentary 70-page whitepaper featuring the best methods and solutions for your virtual environment, as well as hypervisor-specific management advice from TechTarget experts. Don’t miss out on this exclusive content!
Discuss This Question: 6  Replies
...copybooks may also have used in those programs, which could not be found right?
Not right.
If the search is over source code, any COPY members can also searched. If a hit on a COPY member indicates an impact through the copied source, references to the member can also be found by searching.
Tom
DSPPGMREF might help .. it can be run for all the program objects in a library.. output can be directed to an outfile and then queried for your file.