To make a variable accessible across different programs in COBOL, you can use the _____ clause.
- EXPORT
- EXTERNAL
- GLOBAL-STORAGE
- LINKAGE
To make a variable accessible across different programs in COBOL, you can use the EXTERNAL clause. This allows variables to be shared between programs, enabling data interchange between them.
Loading...
Related Quiz
- What are some potential challenges when working with large datasets in COBOL SORT and MERGE operations?
- When using the MOVE statement in COBOL, what happens if the source field is larger than the receiving field?
- What does the CLOSE verb with the REEL and UNIT clauses signify when used in COBOL file handling?
- In COBOL, when dealing with variable-length records, the "DEPENDING ON" clause is used to specify the ______ upon which the length of a record depends.
- How do you perform date arithmetic in COBOL, such as adding or subtracting days from a date?