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

IEW2321 Error in Control statement


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
raviputran

New User


Joined: 05 Jul 2007
Posts: 13
Location: bangalore

PostPosted: Mon Apr 28, 2008 3:12 pm
Reply with quote

I tried to link a pgm M1FD140. After submiting the job I got IEW2321E
EXPECTED CONTROL STATEMENT CONTINUATION WAS NOT FOUND.

See Link Job and Compile Job below:

Code:
                                                                                               
//TLSHLK1 EXEC TLSHLK,                                             
//             NAME=M1FD140,                                       
//             CNTRLIB='G#WIP.C6968P.SOURCEL',                     
//             OPTL=,                                             
//             LIB=,                                               
//             SYSLMOD='G#WIP.FAB.LINKLIB',                       
//             SYSLIB1='U2GSH.TEST'                                             


Compile Job:

Code:
                                                                       
//***********************************************************
//***                                                                 
//*** COMPILE PLI PROGRAMS                                             
//***                                                                 
//***********************************************************
//STEP01 EXEC  TLSHCL2,NAME=M1FD140,                                   
//      ERROR=4,                                                       
//      PLI2='CMNM1B.PB.PBPS.BASE0',                                   
//      PLI1='G#FDP.UG',                                               
//      PLI3='OPER',                                               
//      OBJ1='U2GSH.TEST',                                             
//      SRC1='U2GSH.LIPSCLAS',                                         
//      OPTL=RENT                                                     
//STEP01.SYSPRINT DD SYSOUT=*,COPIES=1,OUTLIM=999999


Pgm is in U2GSH.LIPSCLAS.SOURCE(M1FD140)
Obj code is in U2GSH.TEST.BASELIB
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Mon Apr 28, 2008 3:33 pm
Reply with quote

Can you please have a look at G#WIP.C6968P.SOURCEL which contains
Control Statements for misplaced comma?
Back to top
View user's profile Send private message
raviputran

New User


Joined: 05 Jul 2007
Posts: 13
Location: bangalore

PostPosted: Mon Apr 28, 2008 4:07 pm
Reply with quote

checked it Gnanas. looks fine.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Apr 28, 2008 6:30 pm
Reply with quote

You gave lots of useless info
the program name, the libraries used, ..

the only things important in order to receive help
were the linkage editor control statements and the linkage editor listing icon_cool.gif
but You did not care to post them

Then You decided that the input looked fine,
so no reason to ask for further help icon_biggrin.gif

p.s. what does the IEW2321E message mean ?
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
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 Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts Error while running web tool kit REXX... CLIST & REXX 5
Search our Forums:

Back to Top