A subprogram can have its own _____ section for local data.

  • FILE
  • LINKAGE
  • LOCAL-STORAGE
  • WORKING-STORAGE
A subprogram in COBOL can have its own LOCAL-STORAGE section for declaring local data items. These items are private to the subprogram and retain their values between successive calls to the subprogram.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *