View previous topic :: View next topic |
Author |
Message |
mfjude Beginner
Joined: 12 Jan 2006 Posts: 7 Topics: 3
|
Posted: Thu Jan 12, 2006 11:28 pm Post subject: Error while link ? |
|
|
I am getting the following error code while linking::::
IEW2456E-----SYMBOL XXTARGET UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE FROM THE DESIGNATED CALL LIBRARY.
To add I am using static calls in batch.And I have included the member names in my link and given the right path in syslib?Pls help me out.... |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
mfjude Beginner
Joined: 12 Jan 2006 Posts: 7 Topics: 3
|
Posted: Fri Jan 13, 2006 7:09 am Post subject: |
|
|
Thanx..but still its giving the same error.It would be helpful if u can tell me the detailed descrption of a change statement in the link member which also incudes include statements.Looking for a reply in urgent.....  |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
Posted: Fri Jan 13, 2006 7:45 am Post subject: |
|
|
mfjude,
Does the program-id in the cobol program match the name you are trying to statically link? Does the program exists in the syslib?
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
mfjude Beginner
Joined: 12 Jan 2006 Posts: 7 Topics: 3
|
Posted: Fri Jan 13, 2006 7:55 am Post subject: |
|
|
Yes to the first ques. ACtually there's a statement in the links member saying change xxtarget(some-pgm-name).i DON'T KNOW WHETHER tHIS PGM-NAME SHOULD MATCH MY PGM-NAME OR SOME OTHER PGM RELATED TO THE CALLED PGMS IN MY SYSLIB.THANX FOR REPLY.  |
|
Back to top |
|
 |
|
|