ZAP0012 Offset (offset) in statement (N) exceeds maximum (maxoffset) for CSECT (csect)

From m204wiki
Revision as of 18:19, 9 November 2010 by Dme (talk | contribs)
Jump to navigation Jump to search

A CSECT offset given in a VER statement was greater than the length of the CSECT. The load module probably does not contain the correct version of the CSECT you want to modify. Compare the CSECT length listed in the linkedit with the assembly listing to determine the source of the problem.