The _____ verb in COBOL is used for assigning values to data items.
- COMPUTE
- INITIALIZE
- MOVE
- SET
In COBOL, the MOVE verb is used for assigning values to data items. It allows you to transfer data from one data item to another.
Loading...
Related Quiz
- What is the role of the "DATA DIVISION" in a COBOL program?
- COBOL, what is "ON EXCEPTION UNDO" used for in error handling?
- In COBOL, the _____ clause is used to specify the action to be taken when a file operation results in an exception condition.
- When working with relative files, what is the significance of the RELATIVE KEY clause?
- In Object-Oriented COBOL, what is an object?