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

Error during compile


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
gigs

New User


Joined: 08 Aug 2005
Posts: 27
Location: USA

PostPosted: Mon Aug 11, 2008 1:27 pm
Reply with quote

Hi,
I am facing following issue, compile step gave me following errors:


IEW2230S 0414 MODULE HAS NO TEXT.
IEW2677S 5130 A VALID ENTRY POINT COULD NOT BE DETERMINED.


I have following compile option:
//COBOL EXEC PGM=IGYCRCTL,REGION=0M,
// PARM=(LIB,RENT,NOTERM,NOOPT,NOADV,
// TEST(NONE,SYM,SEPARATE),
// DYNAM,NUMPROC(NOPFD),BUF(32K),MAP,APOST)

and following link option:

//LINKSTEP EXEC PGM=IEWBLINK,PARM='LIST,XREF'

I checked the source name correctly.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Mon Aug 11, 2008 1:50 pm
Reply with quote

your compile options are not your problem.

you are not accessing your source element with your jcl (which you did not bother to provide). you are not pointing to a source module that has any text or entry point.
Back to top
View user's profile Send private message
gigs

New User


Joined: 08 Aug 2005
Posts: 27
Location: USA

PostPosted: Mon Aug 11, 2008 10:18 pm
Reply with quote

I gave the SYSIN DD.
what else need to provide?
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Mon Aug 11, 2008 10:29 pm
Reply with quote

Humor us, show us the JCL, the messages, and the source code.
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
Search our Forums:

Back to Top