Page 1 of 1

PL1 Compilation error

PostPosted: Fri Mar 15, 2013 2:46 am
by hdevang4u
Hi,

I am compiling a PL1 program using LMS on our mainframe system. I am getting the following error in the LINKEDIT step.

"IEW2640E 4B05 ONE OR MORE EXTERNAL NAMES EXCEED THE LENGTH LIMITATIONS OF THE TARGET FORMAT."

Compilation job is failing with return code=0008 in the LINKEDIT step. Please suggest what is the best resolution for such error.

Thanks in advance.

Re: PL1 Compilation error

PostPosted: Fri Mar 15, 2013 3:07 am
by enrico-sorichetti
what happened when You looked at the Messages and codes manual
or researched the message using IBM look at
http://www-03.ibm.com/systems/z/os/zos/bkserv/lookat/

Re: PL1 Compilation error

PostPosted: Fri Mar 15, 2013 3:14 am
by NicC
As you have a PL/1 compilation error and PL/1 is not COBOL and there is a section for PL/1 why did you post in the COBOL section? Such sloppiness has led to your problem. Topic moved.

Re: PL1 Compilation error

PostPosted: Fri Mar 15, 2013 4:05 pm
by Akatsukami
That's not a PL/I compiler message, that's a binder a/k/a link-edit (IEWL) message. Binging (I don't use Google ;)) it suggests that you need a PDSE, not a mere PDS, allocated to SYSLMOD.

Re: PL1 Compilation error

PostPosted: Fri Mar 29, 2013 8:57 am
by hdevang4u
Thanks a lot Akatsukami. It worked :)