The MOVE statement in COBOL is primarily used for _____ data between variables.
- Assigning
- Copying
- Initializing
- Transferring
The MOVE statement in COBOL is used for copying data from one variable to another. It doesn't imply any arithmetic or transformation; it simply duplicates the content of one variable into another.
Loading...
Related Quiz
- In COBOL, what is the LEVEL number used for in the data description entry (FD)?
- In a COBOL program, you need to store a date of birth. Which data type should you use to ensure compatibility with international date formats?
- What is the purpose of a "core dump" in COBOL debugging?
- When using the MERGE statement, both input files must be _____ in ascending or descending order based on the merge criteria.
- What is the role of interfaces in Object-Oriented COBOL, and how are they different from classes?