Hi, seems like a string does not terminate correctly anymore.
COBOL syntax ; only if the last " is set in column 72.

ex.

123456789012345678901234567890123456789012345678901234567890123456789012
       PARAGRAPH-1.
           MOVE "This is a very very very very very very large string !"
             TO VARIABLE-1.

everything after the last " is treated like the rest of the string literal
unless somewhere a new beginning " is found in some other line...

if the last " is positioned at column 71 or less : no problem

-- 
<http://forum.pspad.com/read.php?6,62659,62897>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem