Previous Topic: Task Identification Number and AddressNext Topic: BLL Cells (COBOL) or General Registers (NonCOBOL)


Program Storage Areas

The fifth line from the top of the breakpoint screen gives the address of various program storage areas, depending on the language of the program. For COBOL programs the line displays the address of the DSA (Dynamic Storage Area) if the program was compiled using COBOL for MVS, COBOL for OS/390, or COBOL for z/OS, the address of the TGT, the address of Working-Storage, and the address of Local-Storage, if applicable.

Important! Macro-level COBOL programs operate on one WORKING‑STORAGE area that is common to all tasks.