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
at io.proleap.cobol.asg.runner.ThrowingErrorListener.syntaxError(ThrowingErrorListener.java:22)
at org.antlr.v4.runtime.ProxyErrorListener.syntaxError(ProxyErrorListener.java:41)
at org.antlr.v4.runtime.Parser.notifyErrorListeners(Parser.java:544)
thx。
The text was updated successfully, but these errors were encountered:
I have bellow statement:
but i got the following error when parse the cobol .it seems that the lines start from "CREATED DATE." are not supported.
io.proleap.cobol.asg.exception.CobolParserException: syntax error in line 141:6 mismatched input '*>CE CREATED DATE.. : 2007/08/05 *' expecting {, COMMUNICATION, DATA_BASE, END, FILE, ID, IDENTIFICATION, LINKAGE, LOCAL_STORAGE, PROCEDURE, PROGRAM_LIBRARY, REPORT, SCREEN, WORKING_STORAGE, '66', '77', '88', INTEGERLITERAL, EXECSQLLINE}
thx。
The text was updated successfully, but these errors were encountered: