View previous topic :: View next topic
|
Author |
Message |
Pedro
Global Moderator
Joined: 01 Sep 2006 Posts: 2594 Location: Silicon Valley
|
|
|
|
I got this during a link edit of a large load module:
IEW2641S 4B02 MODULE EXCEEDS THE LENGTH LIMITATIONS OF THE TARGET FORMAT.
What does it mean? I made the data set bigger... there is plenty of room. |
|
Back to top |
|
|
steve-myers
Active Member
Joined: 30 Nov 2013 Posts: 917 Location: The Universe
|
|
|
|
A load module cannot be larger than 16 meg. The only practical way to build a larger executable module is to build it as a program object using the Binder. |
|
Back to top |
|
|
Pedro
Global Moderator
Joined: 01 Sep 2006 Posts: 2594 Location: Silicon Valley
|
|
|
|
Sorry, I said link edit, but it is actually the binder:
Code: |
z/OS V2 R1 BINDER 15:47:26 THURSDAY SEPTEMBER 11, 2014
BATCH EMULATOR JOB(xxxxxxxx) STEP(LINK1 ) PGM= IEWL
IEW2278I B352 INVOCATION PARAMETERS - OPTIONS=OPTIONS
IEW2278I B352 OPTIONS PARAMETERS - LET,LIST,MAP,RENT,REUS,AMODE=31,RMODE=ANY |
|
|
Back to top |
|
|
don.leahy
Active Member
Joined: 06 Jul 2010 Posts: 765 Location: Whitby, ON, Canada
|
|
|
|
Is the target load library PDS or PDSE? It might have to be the latter. |
|
Back to top |
|
|
Pedro
Global Moderator
Joined: 01 Sep 2006 Posts: 2594 Location: Silicon Valley
|
|
|
|
Thanks Don, that was it.
I should know these things. |
|
Back to top |
|
|
steve-myers
Active Member
Joined: 30 Nov 2013 Posts: 917 Location: The Universe
|
|
|
|
don.leahy wrote: |
Is the target load library PDS or PDSE? It might have to be the latter. |
As one of my mentors when I was just starting out often said, "Rats!"
I figured - wrongly - that everyone knows a program object must be in a PDSE. |
|
Back to top |
|
|
Pedro
Global Moderator
Joined: 01 Sep 2006 Posts: 2594 Location: Silicon Valley
|
|
|
|
Thanks Steve, that was it.
I should know these things. |
|
Back to top |
|
|
|