In a COBOL program, you need to move a date value from one field to another. Which COBOL statement should you use for this data transfer?

  • ACCEPT statement
  • INITIALIZE statement
  • MOVE statement
  • SET statement
The MOVE statement in COBOL is used to transfer data from one field to another. When dealing with date values, the MOVE statement ensures the proper transfer of date information between fields.
Add your answer
Loading...

Leave a comment

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