Dynamic Symbolic Support (DSS) uses the Endevor footprint in the CSECT to find and load the matching listing into the PROTSYM source code repository.
This error will occur when the CSECT's Endevor footprint does not match the listing's Endevor inventory location.
You need to include the //SRVPRINT DD DUMMY to see this error. If you are using DSS with
To insure that the CSECT's Endevor footprint and the correct listing's Endevor inventory location match, your Endevor move processor must
Include MONITOR=COMPONENTS,FOOTPRINT=CREATE on the OUTPUT DD in the BSTCOPY steps that move the object deck and the listing.
Include MONITOR=COMPONENTS,FOOTPRINT=CREATE on the SYSLMOD DD statement for the move processor's link edit step (this step is optional).
Regenerate the load module.
The last step must be a BC1PMVCL,MAXRC=0 to insure that the component list for the element is correct.
These steps will insure that the footprints for the CSECT correctly identify the Endevor inventory location for the listing.