IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Enterprise PL1 conversion : IEW2456E 9207 Error


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sandeeppai

New User


Joined: 11 Jan 2008
Posts: 4
Location: USA

PostPosted: Tue Apr 15, 2008 1:25 am
Reply with quote

Hi,

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.
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Tue Apr 15, 2008 1:34 am
Reply with quote

I'd start by comparing the binder DD concatenation between the old and new compile procs for differences and a missing DD.....
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Tue Apr 15, 2008 4:24 pm
Reply with quote

MVS Quick Ref for IEW2456E might help you to understand what should be done...
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts 10 byte RBA conversion DB2 2
No new posts 10 byte RBA conversion -non applicati... JCL & VSAM 1
Search our Forums:

Back to Top