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

CICS Linking Error: SYMBOL IDMS UNRESOLVED


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
lrawat

New User


Joined: 02 Feb 2008
Posts: 19
Location: usa

PostPosted: Mon Mar 03, 2008 10:11 pm
Reply with quote

"IEW2456E 9207 SYMBOL IDMS UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY."

Hi friends, I am getting above error message while linking a CICS online program (called by a MQ prog).
Can anyone please guide on the resolution of this prob.

Thanks a lot!!!
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Mon Mar 03, 2008 10:17 pm
Reply with quote

include the library containing IDMS in your link jcl.
Back to top
View user's profile Send private message
lrawat

New User


Joined: 02 Feb 2008
Posts: 19
Location: usa

PostPosted: Mon Mar 03, 2008 10:26 pm
Reply with quote

dbzTHEdinosauer wrote:
include the library containing IDMS in your link jcl.


Thanks for the quick reply, Dick.
Can you please advice how can i get that IDMS library you are talking about?

Rite now my link step contains below...

//LINK.SYSLIB DD DSN=&CICSLNK,DISP=SHR,DCB=BLKSIZE=13030
// DD DSN=&SYSCOB,DISP=SHR
// DD DSN=&SUBLIB,DISP=SHR
// DD DSN=S4PROD.XPD2.SUBR.OBJLIB,DISP=SHR
// DD DSN=SYS5.IDMS.CV44T.LOADLIB(IDMSCINT),DISP=SHR
//LINK.SYSLIN DD DSN=&CICSCOB(DFHEILIC),DISP=SHR
// DD DSN=&COBOUT,DISP=(OLD,DELETE)
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Mon Mar 03, 2008 10:37 pm
Reply with quote

Most likely, you'll have to check with your IDMS Technical person in your shop, because the DSN's are usually site-specific.

Bill
Back to top
View user's profile Send private message
lrawat

New User


Joined: 02 Feb 2008
Posts: 19
Location: usa

PostPosted: Mon Mar 03, 2008 11:01 pm
Reply with quote

Bill O'Boyle wrote:
Most likely, you'll have to check with your IDMS Technical person in your shop, because the DSN's are usually site-specific.

Bill


thanks Bill.
I would seek help from my technical person. I would ask for "library containing IDMS" as suggested by Dick.

Thanks a lot Dick & Bill!!!
Back to top
View user's profile Send private message
lrawat

New User


Joined: 02 Feb 2008
Posts: 19
Location: usa

PostPosted: Tue Mar 04, 2008 9:11 pm
Reply with quote

dbzTHEdinosauer wrote:
include the library containing IDMS in your link jcl.


Hi Friends,

i got my prog compiled and linked, actually it was code bug.
protocol mode was wrongly mentioned as "batch" instead of "cics-exec".

thanks for all your help ...

WAS : >>
PROTOCOL.
MODE IS BATCH DEBUG.
IDMS-RECORDS MANUAL.

CHANGED TO : >>
PROTOCOL.
MODE IS CICS-EXEC DEBUG.
IDMS-RECORDS MANUAL.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Mar 04, 2008 9:22 pm
Reply with quote

thx for getting back and providing the info.

helpful for future questions.
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
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 Calling an Open C library function in... CICS 1
Search our Forums:

Back to Top