Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

* CREATED DATE.. : 2007/08/05 * #99

Open
R1310328554 opened this issue Oct 13, 2023 · 0 comments
Open

* CREATED DATE.. : 2007/08/05 * #99

R1310328554 opened this issue Oct 13, 2023 · 0 comments

Comments

@R1310328554
Copy link

I have bellow statement:

  DATA DIVISION.
   WORKING-STORAGE SECTION.
  *****************************************************************
  *  COPYBOOK SPECIFICATION                                       *
  *---------------------------------------------------------------*
  *  COPYBOOK NAME. : SCCTRC2                                     *
  *  DESCRIPTION... : WRITE TRACE TEXT                            *
  *  LENGTH........ :                                             *
  *  AUTHOR........ : DEVIBS                                      *
  *  CREATED DATE.. : 2007/08/05                                  *
  *  VERSION NO.... : 1.0.0                                       *
  *****************************************************************

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}

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。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant