Example: embedded map summary
The following
example shows an embedded map summary from specifying the MAP option.
The summary appears in the right margin of the listing for lines in the DATA
DIVISION that contain data declarations.
- (1)
- Decimal length of data item
- (2)
- Hexadecimal displacement from the beginning of the base locator value
- (3)
- Special definition symbols:
- UND
- The user name is undefined.
- DUP
- The user name is defined more than once.
- IMP
- An implicitly defined name, such as special registers or figurative
constants.
- IFN
- An intrinsic function reference.
- EXT
- An external reference.
- *
- The program-name is unresolved because the NOCOMPILE option
is in effect.
-
-
|