RTC Dependency build unable to identify dependent module and run necessary link-edit
I have two programs (StartApp and PrintApp) in my z/OS project. StartApp calls PrintApp explicitly ( Call 'PrintApp' using Program-pass-fields ). I changed the PrintApp program and ran a dependency build. My expectation is that the dependency build identifies the dependency and re-link-edits the calling program StartApp. However, the build only compiles and link-edits the changed program without relinking the calling program. As a result, the change made did not take effect when I tested it by invoking the StartApp program. I know that my link editor translator must have the link-edit check-box checked. I've made sure I did that. Source code data scanning has been enabled. Are there any other configurations to ensure dependency build properly runs? Thanks.
3 answers
Louis,