The COBOL statement that transfers data from a source to one or more destinations. MOVE handles data conversion and truncation according to COBOL's data movement rules (alphanumeric = left-justified/space-padded, numeric = right-justified/zero-padded). (Ch. 3, Ch. 4) See also: *MOVE CORRESPONDING*.