MOVE command (COBOL)

The MOVE command transfers data from one area of storage to another. The keywords cannot be abbreviated.

Read syntax diagramSkip visual syntax diagram
>>-MOVE--+-reference-+--TO--reference--;-----------------------><
         '-literal---'                     

reference
A valid Debug Tool COBOL reference.
literal
A valid COBOL literal.

Usage notes

Examples

Refer to the following topics for more information related to the material discussed in this topic.