You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if that is a copybook with a section you get a "redefinition error" from the compiler
workaround: add a line below the copybook with just a comment, gets translated from
*
(line with line separator)
to
* * * *
(line without line separator)
but the only result is a compile warning "line not terminated by a newline", so I don't mind
The text was updated successfully, but these errors were encountered:
I can confirm the bug
if the sergeant's last line is a comment it doesn't cause any problems
the original text
******************************************************************
************************ E N D P R O G R A M********************
******************************************************************
the text after running ocesql
******************************************************************
************************ E N D P R O G R A M********************
******************************************************************
******************************************************************
******************************************************************
if that is a copybook with a section you get a "redefinition error" from the compiler
workaround: add a line below the copybook with just a comment, gets translated from
(line with line separator)
to
(line without line separator)
but the only result is a compile warning "line not terminated by a newline", so I don't mind
The text was updated successfully, but these errors were encountered: