How does the "WORKING-STORAGE SECTION" differ from the "LINKAGE SECTION" in COBOL?

  • Working-Storage is used for data validation, while Linkage is used for data transformation
  • Working-Storage is used for global variables, while Linkage is used for local variables
  • Working-Storage is used for input data, while Linkage is used for output data
  • Working-Storage is used for temporary storage within the program, while Linkage is used for communication between programs
The "WORKING-STORAGE SECTION" in COBOL is used for declaring variables that are used for temporary storage within the program. In contrast, the "LINKAGE SECTION" is used for communication between programs, passing data from one program to another.
Add your answer
Loading...

Leave a comment

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