I am trying to get this move statement in 01-WS-PRINT REC to work but for some reason when i compile it says "MOVE" was invalid. Scanning was resumed at next....Thoughts?
01 WS-PRINT-REC
10 M-DESC PIC X(25).
10 FILLER PIC X(02).
10 M-DATA PIC X(25).
MOVE 'STOCK SYMBOL' TO M-DESC.
MOVE MK-SYMBOL TO M-DATA.
PERFORM 700-PRINT-LINE.