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

OO COBOL compile error


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Virendra Shambharkar

New User


Joined: 26 Aug 2015
Posts: 55
Location: India

PostPosted: Tue Jan 10, 2017 11:57 am
Reply with quote

Hi,

I am also compiling a TSTHELLO program as mentioned in programming guide PDF for V4.2 and getting error for in the link step:-

Code:
IEW2456E 9207 SYMBOL GetJVMPtr UNRESOLVED.  MEMBER COULD NOT BE INCLUDED FROM T
IEW2456E 9207 SYMBOL GetEnvPtr UNRESOLVED.  MEMBER COULD NOT BE INCLUDED FROM T
IEW2456E 9207 SYMBOL GetClassObject UNRESOLVED.  MEMBER COULD NOT BE INCLUDED F


My CEE.SCEERUN2 has load for IGZCJAVA which I have included. Any pointers what could be wrong or what am I missing?
Back to top
View user's profile Send private message
Virendra Shambharkar

New User


Joined: 26 Aug 2015
Posts: 55
Location: India

PostPosted: Tue Jan 10, 2017 11:59 am
Reply with quote

Forgot to mention I already tried with the PARM values mentioned in the post for compiling as well as linking but it did not work.
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: Tue Jan 10, 2017 6:08 pm
Reply with quote

First, when you have a question START A NEW TOPIC! Do NOT add to an 8-year-old topic.

Second, you are having a linkage editor / binder issue -- so why did you not post the JCL you're using? The error almost certainly is that you do not have the right libraries and INCLUDE statements but we cannot be sure since you did not post the JCL.
Back to top
View user's profile Send private message
Virendra Shambharkar

New User


Joined: 26 Aug 2015
Posts: 55
Location: India

PostPosted: Tue Jan 10, 2017 6:22 pm
Reply with quote

Thanks Robert it was an issue with the JCL for Object module. I used the JCL from www.academia.edu/25028323/Batch_modernization_in_z_OS_by_the_example

and it worked fine.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts Error when install DB2 DB2 2
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Compile rexx code with jcl CLIST & REXX 6
Search our Forums:

Back to Top