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

IEW2328E . How to resolve it


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nivedita.mukherjee16

New User


Joined: 10 Jun 2011
Posts: 13
Location: Kolkata

PostPosted: Fri Aug 26, 2011 3:30 pm
Reply with quote

Hi,

I am getting error IEW2328E while compiling my PL1+DB2 program.Please show me a way to resolve it.


Thanks in advance!!!

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

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Fri Aug 26, 2011 3:35 pm
Reply with quote

Look up the meaning of the message. Correct the line(s) of code.

Other than that, it would be a totally blind guess. I think 18, but I could well be wrong.

If you are still stuck, try to post something more useful to us than just the message reference. Like the code it is pointing to, any definitions of data involved, the full message that you get, you know, all the stuff you can see and we can't.
Back to top
View user's profile Send private message
nivedita.mukherjee16

New User


Joined: 10 Jun 2011
Posts: 13
Location: Kolkata

PostPosted: Fri Aug 26, 2011 3:44 pm
Reply with quote

Hi,

I am pasting the part of my code that is getting error. It is not able to identify any control statement. It is getting error in the linking step

********************************* TOP OF DATA **********************************
z/OS V1 R11 BINDER 10:07:14 FRIDAY AUGUST 26, 2011
BATCH EMULATOR JOB(LLLINDCM) STEP(LINK ) PGM= IEWL PROCEDURE(LINK )
IEW2278I B352 INVOCATION PARAMETERS - XREF,LET(4),MAP,AMODE=24,STORENX
IEW2322I 1220 1 BY29548:PROC (BY29548_PTR) OPTIONS(MAIN) REORDER;
IEW2328E 1531 INVALID CONTROL STATEMENT KEYWORD BY29548: .
IEW2322I 1220 2
IEW2322I 1220 3 /***********************************************************
IEW2332E 1223 CONTROL STATEMENT SYNTAX ERROR NEAR
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Fri Aug 26, 2011 4:03 pm
Reply with quote

Well, it looks like you are trying to put your program SOURCE through a binder/linker.

Suggest you find out from one of your colleagues how to compile a PL/I program and put the OBJECT code through the binder/linker.
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Fri Aug 26, 2011 11:17 pm
Reply with quote

And learn how to post in the correct part of the forum - this is the IMS part but you need either the PL/1 part or the DB2 part as you say your program is PL/1+DB2. In this very particular case you need the PL/1 part.
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Need help to resolve a hard edit COBOL Programming 8
This topic is locked: you cannot edit posts or make replies. Need help to resolve a hard edit COBOL Programming 4
No new posts How to resolve SYNCH15! & SYNCH16... Compuware & Other Tools 0
No new posts How to resolve sqlcode of CALL ATTACH... DB2 3
No new posts How to resolve U4038? COBOL Programming 5
Search our Forums:

Back to Top