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

Error message "SYMBOL DSNWLI UNRESOLVED"


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

New User


Joined: 25 Jun 2010
Posts: 9
Location: India

PostPosted: Fri Jun 25, 2010 5:24 pm
Reply with quote

While link editing a PL/I program which includes DSNWLI call I got an error
IE2456E 9207 SYMBOL DSNWLI UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.

The link edit JCL I have used for the program 'DB2CMD' is
//CSDPLNM EXEC PGM=IEWL,
// PARM='XREF,LIST,REUS,AMODE=31,RMODE=ANY',
// REGION=0M
//SYSLIB DD DISP=SHR,DSN=IN13261.PROGRAM.NCAL
// DD DISP=SHR,DSN=SYS1.SCEELKED
//SYSLMOD DD DSN=IN13261.PROGRAM.LOAD(DB2CMD),
// DISP=SHR,
// DCB=(RECFM=U,LRECL=0,BLKSIZE=6144)
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD UNIT=SYSDA,SPACE=(TRK,(15,15),RLSE)
//*
//SYSLIN DD *
INCLUDE SYSLIB(DB2CMD)
ENTRY CEESTART
NAME DB2CMD(R)
/*
//*

Can anyone guide me how to resolve this error?
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Fri Jun 25, 2010 5:31 pm
Reply with quote

I should imagine that your site support people would be the ones to ask.

What have you found out about the quoted error code IE2456E. In fact, are you sure that this is correct as not even google can find it.
Back to top
View user's profile Send private message
sreelekshmisr

New User


Joined: 25 Jun 2010
Posts: 9
Location: India

PostPosted: Fri Jun 25, 2010 5:35 pm
Reply with quote

sorry its IEW2456E 9207 SYMBOL DSNWLI UNRESOLVED.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Jun 25, 2010 5:38 pm
Reply with quote

From what I can see, DSNWLI should be included from a DB2 library -- it is part of DSNRLI. You need to contact your site support group to find out which library to concatenate to your SYSLIB and then you'll need to add the INCLUDE statement into your linkage editor (binder) commands. Only they can tell you which library contains the member you need since they installed the software.

I'm surprised this is not already part of your site standard compile procedure.
Back to top
View user's profile Send private message
sreelekshmisr

New User


Joined: 25 Jun 2010
Posts: 9
Location: India

PostPosted: Fri Jun 25, 2010 5:58 pm
Reply with quote

Thanks. It worked.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Jun 25, 2010 7:56 pm
Reply with quote

Hello,

Sounds like once again someone is creating "their own" jcl when they should be using the standard for the environment. . .
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 PuTTY - "User is not a surrogate... IBM Tools 5
This topic is locked: you cannot edit posts or make replies. how can I proof that message was post... Java & MQSeries 1
Search our Forums:

Back to Top