ZAP0012 Offset (offset) in statement (N) exceeds maximum (maxoffset) for CSECT (csect): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "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. C...")
 
(Automatically generated page update)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
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.
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.


[[Category:SirZap Reporting Messages]]
[[Category:RockZap messages]]

Latest revision as of 19:16, 6 January 2015

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.