uwol / proleap-cobol-parser

ProLeap ANTLR4-based parser for COBOL
MIT License
136 stars 74 forks source link

DATA RECORD in FD not recognized correctly #21

Closed Reinhard-Prehofer closed 7 years ago

Reinhard-Prehofer commented 7 years ago

Not really sure, what the exact reason for the error is, but the DATA RECORD in the FD seems to be ignored or misinterpreted. Also no reason found why "AUSGABE" ist not recognized as well. File Control, File Section and FD are original ibm-cobol-host declarations ...


Parsing file ISSUE14.CBL.
Collecting units in file ISSUE14.CBL.
Analyzing program units of compilation unit ISSUE14.
call to unknown data element D111E-DATEI
Analyzing identification divisions of compilation unit ISSUE14.
Analyzing environment divisions of compilation unit ISSUE14.
[ISSUE14.CBL.txt](https://github.com/uwol/cobol85parser/files/1181299/ISSUE14.CBL.txt)

Analyzing data divisions of compilation unit ISSUE14.
Analyzing procedure divisions of compilation unit ISSUE14.
Analyzing statements of compilation unit ISSUE14.
call to unknown data element aus-vor
call to unknown data element aus-text
call to unknown data element aus-text
call to unknown data element ausgabe
Reinhard-Prehofer commented 7 years ago

ISSUE14.CBL.txt