Memory window

The Memory window displays the contents of memory. The following figure highlights the parts of the Memory window.

 MEMORY---1----+----2----+----3----+----4----+----5----+----6----+----7----+-  1   
 History:  24702630         2505A000 
   2      
 Base address:  265B1018  Amode: 31
 +00000 265B1018   11C3D6C2 D6D34040 4011D3D6 C3C1E3C9   | .COBOL   .LOCATI | 
 +00010 265B1028   D6D57A12 D7D9D6C7 F1407A6E 40F4F44B   | ON:.PROG1 :> 44. | 
 +00020 265B1038   F1404040 40404040 40404040 40404040   | 1                | 
 +00030 265B1048   40404040 40404040 40404040 40404040   |        6         | 
 +00040 265B1058   40404040 40404040 40404040 40404040   |                  | 
 +00050 265B1068   11C39694 94819584 117E7E7E 6E009389   | .Command.===>.li | 
 +00060 265B1078   A2A340A2 A3969981 87854DA2 A399F16B   | st storage(str1, | 
 +00070 265B1088   F3F25D40 40404040 40404040 40404040   | 32)              | 
   3           4                      5 
 1  Header area
The header area identifies the window and contains a scale.
 2 Information area
The information area displays a memory history of up to 8 base addresses. The information area also displays the address mode and up to 8 unique base addresses.

The following sections are collectively known as the memory dump area.

 3  Offset column
The offset column displays the offset from the base address of the line of data in memory.
 4  Address column
The address column displays the low-order 32 bits of the starting address of the line of data in memory.
 5  Hexadecimal data column
The hexadecimal data area displays data in hexadecimal format. Each line displays 16 bytes of memory in four 4 byte groups.
 6  Character data column
The character data area displays data in character format. Each line displays 16 bytes of memory.

The maximum number of lines that the Memory window can display is limited to the size of the window. You can use the SCROLL DOWN and SCROLL UP commands to display additional memory.

Refer to the following topics for more information related to the material discussed in this topic.