In COBOL, which keyword is commonly used to define variable-length records?
- LENGTH
- OCCURS
- REDEFINES
- VAR
The keyword commonly used to define variable-length records in COBOL is VAR. It signifies that the record has variable length and can accommodate varying data sizes.
Loading...
Related Quiz
- In COBOL, the _____ feature of indexed files allows you to efficiently handle duplicate keys.
- What is the purpose of the INITIALIZE verb in COBOL?
- Which COBOL statement is used for subtracting one numeric value from another?
- When might you use the SORT operation in a COBOL program?
- When using the "USE AFTER EXCEPTION" phrase with the READ statement in COBOL, what happens if the exception condition is not encountered?