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

Issue with CICS compile JCL


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

New User


Joined: 11 Jul 2005
Posts: 87

PostPosted: Mon Jul 28, 2008 7:48 pm
Reply with quote

When I tried to compile a CICS program I am getting compilation error with the following messages

IEW2457E 9208 SYMBOL CEESTART UNRESOLVED.NO CALL LIBRARY SPECIFIED
IEW2457E 9208 SYMBOL CEEBETBL UNRESOLVED.NO CALL LIBRARY SPECIFIED
IEW2457E 9208 SYMBOL NCS10100 UNRESOLVED.NO CALL LIBRARY SPECIFIED

Can anyone guide me what is the error and should I change any thing in the compile JCL?
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: Mon Jul 28, 2008 7:54 pm
Reply with quote

From the manual:
Quote:
8.3.241 IEW2457E



IEW2457E SYMBOL symbol UNRESOLVED. NO CALL LIBRARY SPECIFIED.

Explanation: The 'symbol' displayed remained unresolved following autocall processing. No call library was provided.

System Action: Processing continues.

User Response: Provide a SYSLIB DD statement in the batch JCL, or specify a CALLIB ddname on the STARTD or BINDW call.

Source: Binder

Detecting Module: IEWBBRBA

Routing Code: MISSING INFO.

Descriptor Code: MISSING INFO.

Your binder (linkage editor) step needs a SYSLIB pointing to your Language Environment (CEE) modules. It also needs a concatenated DD for the library where subroutine NCS10100 is found.

This is, technically, not a compiler error but your program won't work until the binder problem is resolved.
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 Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Using API Gateway from CICS program CICS 0
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Calling an Open C library function in... CICS 1
Search our Forums:

Back to Top