What is the primary purpose of the MOVE statement in COBOL?

  • To control program flow
  • To input data from the user
  • To move data from one variable to another
  • To perform arithmetic operations
The MOVE statement in COBOL is used to transfer data from one variable to another. It is essential for assigning values to variables and initializing data before processing.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *