MEMORY command

Specifies an address to use as the starting address for the memory displayed in the Memory window.

If the address you specify is invalid, Debug Tool displays an error message.

The MEMORY command cannot be saved and restored.

Read syntax diagramSkip visual syntax diagram
>>-MEMORY--+-address-----------+--;----------------------------><
           +-reference---------+      
           +-'--reference--'---+      
           '-simple_expression-'      

address
The address to use as the starting address for the memory displayed in the Memory window.
reference
A variable whose location in memory is used as the starting address of the memory displayed in the Memory window.
'reference'
A LangX COBOL variable whose location in memory is used as the starting address of the memory displayed in the Memory window.
simple_expression
The address with a positive or negative hexadecimal or integer displacement. The resulting value is the starting address of the memory displayed in the Memory window.

Usage notes

Examples

Refer to the following sections for more information related to the material discussed in this section.

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