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:
|
Is it helpful?
Yes
No
Most helpful rated by users: