While recompiling module using Enterprise PL1 compiler, the following error message is received during linking :
IEW2456E 9207 SYMBOL XXXXXXX UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
Old compiler (PL1-Old) doesn't throw any error.
Also,
Module A has entry point Entry_X and Entry_WY.
Module B has entry point Entry_X and Entry_Y.
The main module should be picking Entry_X and Entry_Y from module B. But while recompiling the main module using Enterprise compiler the main module is picking Module A. I gave the Module B in LCT card (i.e. syslib), but the main module is still picking Module A.
We do static linking in our system.
Please direct me what can be done to avoid this. Old compiler is working fine.