Previous Topic: Indirect AddressingNext Topic: Examples


Examples

The following examples show how to use the at sign.

View Storage for a COBOL or PL/I Program at a Breakpoint

Use names defined in a COBOL or PL/I program in CORE commands as follows:

Notes:

Example

To get a full CORE display (272 bytes of storage) beginning with the data location called CUSNAME, enter the command CORE='CUSNAME'+0, not just CORE='CUSNAME'.