IEB1140W
<member> IS NOT A LOAD MODULE. <reason>. EXPECTED=<expected> ACTUAL=<actual>

Explanation

While examining the directory entry for the load module, COPYMOD determined that the member is not a load module for the given <reason>. It will be copied without reblocking as if COPY not COPYMOD was requested. <expected> and <actual> are length in bytes of the directory entry.

Possible <reason>s are:
  • DIRECTORY ENTRY TOO SHORT (LESS THAN 33 BYTES)
  • 0 OR 3 USER TTRS
  • USER TTR 1 IS A NOTELIST
  • RESERVED USER TTR 2 NOT ZERO
  • SCATTER LOAD/OVERLAY WITH ONLY 1 TTR
  • USER TTR 2 IS ZERO
  • 2 TTRS BUT NOT SCATTER LOAD/OVERLAY
  • OVERLAY MODULE WITHOUT NOTELIST
  • SCATTER LOAD MODULE HAS NOTELIST
  • DIRECTORY ENTRY SIZE WRONG

System action

Processing continues.

System programmer response

Verify that all maintenance has been applied to programs such as the link editor and binder to correct any compatibility problems.

User response

Validate the directory entry and the input data set. Relink or recreate the load module.