In COBOL, the _____ clause is used to define a variable with a scope limited to a specific paragraph or section.
- FILE
- LINKAGE
- LOCAL-STORAGE
- WORKING-STORAGE
In COBOL, the LOCAL-STORAGE clause is used to define a variable with a scope limited to a specific paragraph or section. Variables declared under LOCAL-STORAGE are accessible only within the specific paragraph or section where they are defined.
Loading...
Related Quiz
- When declaring a table in COBOL, which clause specifies the number of occurrences?
- The OCCURS clause in COBOL is primarily used to define ____________.
- In file handling, what does the term "buffering" refer to?
- In indexed file processing, the _______ clause is used to specify whether the file will be opened for input, output, or both.
- What is the key difference between VSAM and ISAM file organizations in COBOL?