InterviewSolution
Saved Bookmarks
| 1. |
What is LOCAL-STORAGE SECTION? |
|
Answer» Local-Storage is allocated each time a program is called and will be deallocated when the program stops via an EXIT PROGRAM, GOBACK, or STOP RUN. It is defined in the DATA DIVISION after the WORKING-STORAGE SECTION. |
|