View previous topic :: View next topic |
Author |
Message |
hariavinash Beginner
Joined: 21 Jan 2005 Posts: 52 Topics: 7
|
Posted: Mon Oct 30, 2006 8:29 am Post subject: LINKEDIT problem |
|
|
Hi, i get the following error on linkedit a cobol.db2 pgm. can u please help me find out wats wrong. This is a coboldb2 program
this is the linkedit jcl i used
27 //LKED EXEC PGM=IEWL,PARM='MAP'
28 //SYSLIN DD DSN=&&LOADSET,DISP=(OLD,DELETE)
29 //SYSLIB DD DSN=CEE.SCEELKED,DISP=SHR
30 // DD DSN=ISP.SISPLOAD,DISP=SHR
31 //SYSLMOD DD DSN=my.dataset.LOADLIB(xyz),DISP=SHR 32 //SYSPRINT DD SYSOUT=*
33 //SYSUT1 DD SPACE=(1024,(50,50)),UNIT=SYSDA
Error message with RC=8
IEW2278I B352 INVOCATION PARAMETERS - MAP,COMPAT=LKED
IEW2456E 9207 SYMBOL DSNHADDR UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
IEW2456E 9207 SYMBOL DSNHADD2 UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
IEW2456E 9207 SYMBOL DSNHLI UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
please help |
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Mon Oct 30, 2006 8:47 am Post subject: |
|
|
You're missing a DB2 library from the SYSLIB concatenation. Does someone else have existing JCL you can compare yours to? _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
 |
hariavinash Beginner
Joined: 21 Jan 2005 Posts: 52 Topics: 7
|
Posted: Mon Oct 30, 2006 9:06 am Post subject: |
|
|
hi bill, thanks for the quick reply.
oops that was sys1.db2.dsnload is missing. i hardly noticed it in the jcl.
thanks for pointing it out.
cheers
Avi |
|
Back to top |
|
 |
|
|