Local-Storage Section
The Local-Storage
Section contains descriptions of data items used by nested programs.
General Format:
[ LOCAL-STORAGE SECTION. ]
[ ls-data-level ls-data-description ] …
Syntax:
The clauses supported by the data description are described in the Data Description section.
General Rules:
ls-data-level
is a data level number between 01 and 49 (inclusive), 66, 77, 78, or 88. For more information about data level numbers, see the Data Level Numbers section.ls-data-description
describes the format and size of a data item that is used by the nested program .- The general rules for the Local Storage Section are the same as the General Rules for the Working-Storage Section except that the data items in Local Storage Section are always initialized when the program is
CALL
’ed. LOCAL-STORAGE
is allocated in on e contiguous block of memory . Prior to version 3.8, each 01 level was allocated as a separated block).