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
 
IEW2321 Error in Control statement

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
raviputran

New User


Joined: 05 Jul 2007
Posts: 8
Location: bangalore

PostPosted: Mon Apr 28, 2008 3:12 pm    Post subject: IEW2321 Error in Control statement
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
References
PostPosted: Mon Apr 28, 2008 3:12 pm    Post subject: Re: IEW2321 Error in Control statement Reply with quote

Gnanas SNG

Senior Member


Joined: 06 Sep 2007
Posts: 415
Location: India

PostPosted: Mon Apr 28, 2008 3:33 pm    Post subject:
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: 8
Location: bangalore

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

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

Global Moderator


Joined: 14 Mar 2007
Posts: 2653
Location: italy

PostPosted: Mon Apr 28, 2008 6:30 pm    Post subject: Reply to: IEW2321 Error in Control statement
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 Hours
Page 1 of 1