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

From m204wiki
Revision as of 19:16, 6 January 2015 by JALWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.