Open mmitch opened 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.
FILE STATUS
SELECT
003-E
003-E / 046
(only tested under GNU Cobol 3.0.0-rc1)
This should fix issue #87: no
FILE STATUS
is needed on multilineSELECT
statements. Also the error message003-E
is extended by showing the current parse phase, which should help you find the source if you encounter a003-E / 046
error.(only tested under GNU Cobol 3.0.0-rc1)