-
```
I have noticed that if I define a type like PIC 9(11).99., and then give the
value 23.23 then the COBOL properly generates
"00000000023.23"
Now if I then change the value definition to be PIC…
-
```
What steps will reproduce the problem?
1. Use this COBOL copybook:
01 DFHCOMMAREA.
10 GTM-515-CONF-PRTY.
15 GTM-515-CONFPRTY-TYPE PIC X(01).
1…
-
The parser breaks if the header files are in a copybook and misses the information of variable declarations if they're in a copybook.
Therefore it would be nice to parse these too and use the informat…
-
```
What steps will reproduce the problem?
1. Prepare an input file with the following copybook:
05 SAMPLE-INPUT.
10 SAMPLE-TYPE PICTURE IS Z(2)9(2)
USAGE …
-
```
What steps will reproduce the problem?
This is my COBOL copybook file.
000001 01 NEW-REC.
000002 03 VALUE1 …
-
```
What steps will reproduce the problem?
1. Translating a copybook of the following content to XSD.
...
05 PIB-SECURITY-CODE PICTURE 9(3) COMP-4.
88 PIB-TECH-USER …
-
```
Moved from legstar-cob2xsd New issue 65 by panicked...@gmail.com: The
mAlternatives within cached CChoiceBindings are not re-initialized correctly
for each new use, causing incorrect marshalling…
-
```
What steps will reproduce the problem?
1. Prepare an input file with the following copybook:
05 SAMPLE-INPUT.
10 SAMPLE-TYPE PICTURE IS Z(2)9(2)
USAGE …
-
```
What steps will reproduce the problem? If applicable, please provide a
mapping configuration and sample record input to recreate the problem.
1. Set org.beanio.configuration system property to fi…
-
```
Summary:
The mAlternatives within cached CChoiceBindings are not re-initialized
correctly for each new use, causing incorrect marshalling by the
CobolMarshalVisitor.
Detailed:
A Class that impl…