Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Issue with CICS compile JCL

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS
Author Message
chinnielr

Active User


Joined: 11 Jul 2005
Posts: 54

PostPosted: Mon Jul 28, 2008 7:48 pm    Post subject: Issue with CICS compile JCL
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
References
Robert Sample

Senior Member


Joined: 06 Jun 2008
Posts: 936
Location: Atlanta, GA

PostPosted: Mon Jul 28, 2008 7:54 pm    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS All times are GMT + 6 Hours
Page 1 of 1