Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: What is the role of the WORKING-STORAGE section in COBOL?
Answer: The WORKING-STORAGE section in COBOL is used to declare variables that retain their values throughout the execution of the program. It provides working storage for temporary data.

Example:

WORKING-STORAGE SECTION.
01 COUNTER PIC 9(3) VALUE 0.
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook