-
**Describe the bug**
Considering a source code with missing REPLACE directive, the parser won't be able to build the full AST.
**To Reproduce**
(Type)Cobol code that cause the bug : (if any)
`…
-
I am trying to parse a file that defined by a set of copybooks. So I set copybooks option to be populated by a set of comma separated file locations as code appears to suggest. I get an error "Copyboo…
-
When using universal-ctags as the default parser in gtags I get this warning:
```
Using configuration file '/Users/hisnawi/gitproject/gtags.conf'.
Using configuration label 'default'.
Using '…
-
**Describe the bug**
biroj@88665a0182c9 demonewapp % otterkit build --run -e hello.cob --free
Analyzer Error [COB0085]: Missing source unit definition.
╭─/> [hello.cob:1:7]
│
1 │ …
-
This is a follow-up to #553 to discuss / handle the progress on command line.
My suggestion is to
* get max number:
* get line number for the file to be processed (steps pre-processing, pars…
-
Hi,
#It's a question , not an issue.
I need to process a mainframe file in azure databricks , which has certain comp-3 values as well. I have the copy book in cobol for the layout of the schema.…
-
## Background [Optional]
Hi,
I have requirement to create outgoing EBCDIC file (fixed width) with header, detail and footer records of length 155 bytes. I am aware that cobrix dont support writing…
-
**Describe the bug**
With version v1.5.15
à System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) à TypeCobol.Compiler.Diagnostics.CrossCompleteChecker.Visit(If ifNode) à TypeCobol.C…
-
01 W1RECORD.
05 W1TEST.
06 W1TEST1 PIC 9(002).
06 filed1 …
mpisu updated
5 years ago
-
I was trying to use merge copybooks feature. we have single copy book several segments that starts with 01 and there is no common fields between segments. Here I have two issues.
a. I divided my sing…