Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: What is the significance of the MOVE CORRESPONDING statement?
Answer: The MOVE CORRESPONDING statement in COBOL is used to move corresponding data items from one record to another. It simplifies the process of copying similar fields between records.

Example:

MOVE CORRESPONDING RECORD-1 TO RECORD-2.
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook