TypeCobol icon indicating copy to clipboard operation
TypeCobol copied to clipboard

TypeCobol is an Incremental Cobol parser for IBM Enterprise Cobol 6 for zOS syntax. TypeCobol is also an extension of Cobol 85 language which can then be converted to Cobol85.

Results 223 TypeCobol issues
Sort by recently updated
recently updated
newest added

**Describe the bug** As our private analyzer uses visitor pattern to collect tokens from expressions, the order of the visit is important. We have a bug in `ClassCondition` for example...

Bug
Cobol
User Visible
QualityCheck

Fixes #2317. This is a PR over #2328. Unit test will have to be adjusted after merging #2327.

🔍 Ready for Review

Fixes #2314. As `FileDescriptionEntry` is also modified through #2325, we'll need to be careful when merging...

🔍 Ready for Review

**What is the current problem** With our Cobol compiler, when there is an error in SQL, only the first error is reported in a block of EXEC SQL. Cobol code...

Enhancement
SQL Parser

Fixes #373. However type checking is not supported yet. As the most important part of the issue is to resolve correctly file names, I suggest to merge as is and...

🔍 Ready for Review

Child of #2091. Analytics are not used anymore and are replaced with the new logging API. The goal of this issue is to identify and remove all usages of the...

2 teams of our company will use the parser but they don't need analytics. Analytics should be active only if needed. Thus, we could avoid to provide Analytics DLL to...

Enhancement
Analytics

Fixes #2307, #2311 Can either be squashed or merged.

🔍 Ready for Review
SQL Parser