|
|
| Author |
Message |
gigs
New User
Joined: 08 Aug 2005 Posts: 25
|
|
|
|
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 |
|
 |
References
|
|
 |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 1618 Location: germany
|
|
|
|
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 |
|
 |
gigs
New User
Joined: 08 Aug 2005 Posts: 25
|
|
|
|
I gave the SYSIN DD.
what else need to provide? |
|
| Back to top |
|
 |
Craq Giegerich
Senior Member
Joined: 19 May 2007 Posts: 989 Location: Virginia, USA
|
|
|
|
| Humor us, show us the JCL, the messages, and the source code. |
|
| Back to top |
|
 |
Moved: Mon Aug 11, 2008 11:49 pm by superk From JCL to ABENDS & Debugging |
|
|
|