The following table lists the command that can be used to display areas of main storage for both inactive and active COBOL programs when at a breakpoint.
|
Core Command |
Result |
|---|---|
|
CORE=BLLnn=program |
Displays the BLL cell for the program specified on the command, where nn is a decimal number from 1 99. The first BLL cell is specified in the CORE command as BLL1, the next as BLL2, and so on. |
|
CORE=BLLS=program |
Displays the COBOL program's BLL cell storage pointers. |
|
CORE=BLXnn=program |
Displays the BLX (external program storage) cell for the program specified on the command, where nn is a decimal number from 0 99. The first BLX cell is specified in the CORE command as BLX0, the next as BLX1, and so on. |
|
CORE=BLXS=program |
Displays the BLX cells for the external storage for the program specified on the command. |
|
CORE=CWK=program |
Displays the COBOL working storage for the program specified on the command. |
|
CORE=TGT=program |
Displays the Task Global Table for the program specified on the command. |
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|