The _____ clause allows a variable to be shared among multiple programs in a COBOL application.
- COMMON
- EXTERNAL
- GLOBAL
- SHARED
The COMMON clause in COBOL is used to declare a variable that can be shared among multiple programs within the same application. This allows data sharing between different parts of a COBOL program.
Loading...
Related Quiz
- What is the purpose of the ACCESS MODE clause when defining an indexed file in COBOL?
- You are working on a complex COBOL project with multiple programs. Which clause or method would you use to ensure that a particular variable can be accessed by all programs in the project?
- Date validation is crucial to ensure that dates in COBOL programs are _____ and _____.
- The COBOL SORT statement requires the use of an _____ PROCEDURE to perform actions on records during the sorting process.
- In COBOL, what is the purpose of the COMPUTE statement?