Initialization of Storage
The first time an ILE COBOL program in a run unit is called, its storage is
initialized. Storage is initialized again under the following conditions:
- The PROGRAM-ID paragraph of the ILE COBOL program possesses the INITIAL clause.
Storage is reinitialized each time the program is called.
- The run unit is ended, then reinitiated.
- The program is canceled (using the CANCEL statement for ILE COBOL) and then
called again.
- The end of section-name and paragraph-name branching addresses (set by
previous PERFORM statements) are always re-initialized each time the program
is called.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.