1.

What Is Local-storage Section?

Answer»

Local-Storage is allocated each time a PROGRAM is CALLED and will be de-allocated when the program STOPS via an EXIT PROGRAM, GOBACK, or STOP RUN. It is defined in the DATA DIVISION after the WORKING-STORAGE SECTION.

Local-Storage is allocated each time a program is called and will be de-allocated when the program stops via an EXIT PROGRAM, GOBACK, or STOP RUN. It is defined in the DATA DIVISION after the WORKING-STORAGE SECTION.



Discussion

No Comment Found