ZAP0013 Statement (N) references (hex length) byte undefined area at offset (hex offset) CSECT (csect).: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Dme (talk | contribs)
mNo edit summary
DmeWiccan (talk | contribs)
Automatically generated page update
Line 1: Line 1:
The ZAP references a location in a CSECT which is not defined. In assembly language terms, the area is defined with DS (define storage) instead of DC (define constant) statements. The area is not represented in the load module or the text library, and so cannot be zapped.
The ZAP references a location in a CSECT which is not defined. In assembly language terms, the area is defined with DS (define storage) instead of DC (define constant) statements. The area is not represented in the load module or the text library, and so cannot be zapped.


[[Category:SirZap Messages]]
[[Category:SirZap messages]]

Revision as of 16:14, 19 April 2013

The ZAP references a location in a CSECT which is not defined. In assembly language terms, the area is defined with DS (define storage) instead of DC (define constant) statements. The area is not represented in the load module or the text library, and so cannot be zapped.