neopragma / cobol-unit-test

Unit testing framework and sample code for batch Cobol programs.
GNU General Public License v3.0
117 stars 36 forks source link

fix parsing of multiline SELECT statements without FILE STATUS #91

Open mmitch opened 5 years ago

mmitch commented 5 years ago

This should fix issue #87: no FILE STATUS is needed on multiline SELECT statements. Also the error message 003-E is extended by showing the current parse phase, which should help you find the source if you encounter a 003-E / 046 error.

(only tested under GNU Cobol 3.0.0-rc1)