Menu

Not all input was consumed

Help
pwestcot
2016-01-29
2016-01-29
  • pwestcot

    pwestcot - 2016-01-29

    Hello. What does this error message mean?
    Others have reported it but no explanation what it means to get it.
    Is it a Koopa error message or a Java message or something else?
    Google hasn't been helpful.
    Thanks.

     
  • KrisDS

    KrisDS - 2016-01-29

    It's an error reported by Koopa. It's saying that while it parsed the source file successfully, that parse did not consume everything which was in the source file. There are more tokens at the end which were left unprocessed.

    If you get this it means one of two things: your source file is incorrect or, more likely, there is something in it which the Cobol grammar does not yet cover.

    If you can share the input it's failing on I can always take a look for you.

     

Log in to post a comment.