In COBOL, a _____ variable is one that is accessible throughout the entire program.
- COMMON
- GLOBAL
- PERMANENT
- UNIVERSAL
In COBOL, a GLOBAL variable is one that is accessible throughout the entire program, making it available for use in any section or paragraph.
Loading...
Related Quiz
- Which COBOL statement is used to raise an exception explicitly in a program?
- When using the MERGE statement, both input files must be _____ in ascending or descending order based on the merge criteria.
- What are some potential challenges or issues that can arise in a multi-user COBOL application when file locking is not properly implemented?
- When removing duplicate records from a COBOL file, you may use the _____ operation to merge duplicate entries.
- In COBOL, what is the purpose of the PERFORM statement?