Welcome to myCobol.ovh Monday, 29 September 2025, 08:14

dynamic storage area
Category Syntax
Subject Cobol
(DSA)
Dynamically acquired storage composed of a register save area and an area available for dynamic storage allocation (such as program variables). A DSA is allocated upon invocation of a program or function and persists for the duration of the invocation instance. DSAs are generally allocated within stack segments managed by Language Environment.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary