-
The starting point for this should be #370. And using OCamlPro Gixsql fork : https://github.com/OCamlPro/gixsql
## Preproc file generation issues
- [x] Digit scale should be negative : TSQL005A …
-
I have this code:
val df = spark
.read
.format("za.co.absa.cobrix.spark.cobol.source")
.option("ebcdic_code_page", "common_extended")
.option("copybook", copyboo…
-
A customer has an EXEC SQL block in COBOL with the syntax:
```
EXEC SQL
SELECT A, B, C, D, E, F, G
INTO
:A,
…
-
I have been comparing pro leap's cobol parser offering to Broadcom's LSP which also has the parser here: https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol. I want to build this: https://github.…
-
## Background [Optional]
A clear explanation of the reason for raising the question.
This gives us a better understanding of your use cases and how we might accommodate them.
## Question
I am g…
-
[ProLeap Exception.pdf](https://github.com/uwol/proleap-cobol/files/15254107/ProLeap.Exception.pdf)
I have downloaded and configured both the ProLeap COBOL Parser and ProLeap COBOL projects. I ha…
-
I am trying to run the parser with this COBOL file (with the full repo downloaded): https://github.com/aws-samples/aws-mainframe-modernization-carddemo/blob/main/app/cbl/CBACT02C.cbl ( I think this is…
-
Hello,
While running the command 'make' I got this error:
`/bin/sh ../ylwrap scanner.l .c scanner.c -- :
make[2]: *** [scanner.c] Erreur 1
`
Before I had this one `/bin/sh ../ylwrap parser.y y…
-
Hi,
We have a file with variable length and length is determined by first 6 bytes-(has multiple copybook so merged all of them-)
I am using custom record parser for this file, below are the sample…
-
Breaking changes in tree-sitter (namely, switching from NAN to N-API) mean that tree-sitter-cobol now fails with the error 'Invalid Language Object' when calling parser.setLanguage().
Are there any…