RTCEE Dependency build unable to resolve a copybook found in SYSLIB but not in the workspace
Hi, The copybook in ComponentA. is not being resolved while building source in ComponentB. ComponentA has its own build definition and build workspace. ComponentB has different, its own build definition and build workspace. The SYSLIB in the translator does reference the ComponentA copybook PDS in its concatenation list. I thought that should do it. but... How could this situation be handled ?
com.ibm.team.repository.common.TeamRepositoryException: com.ibm.team.enterprise.dependencyset.common.DependencySetException: CRJZZ0759E The file /CPYLIB_ALL/zOSsrc/CPY/TEAMA.cpy is in a component not included in the workspace. This file provides a logical dependency required by file TEAMB.cbl.
Thank you, Ravikanth Chavali
|
One answer
The error says
The file /CPYLIB_ALL/zOSsrc/CPY/TEAMA.cpy is in a component not included in the workspace Indeed, your component is not in your build workspace. Therefore we won't be able to resolve it, nor load it. I think you should add this component to your build workspace. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.