Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: How is data movement done in COBOL?
Answer: Data movement in COBOL is achieved through the MOVE verb. It transfers the value of one data item to another, and it can handle various data types.

Example:

MOVE 100 TO AMOUNT.
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook