What steps will reproduce the problem?
Use a COBOL structure like:
01 A.
10 B PIC X.
15 C PIC X.
What is the expected output? What do you see instead?
The XSD produced silently drops item C.
There should be a warning that item C is being dropped.
It should be noted that with IBM Enterprise COBOL for z/OS 3.3.0, compilation
for such a structure returns a code 8 with the following error:
IGYDS1052-E Group item "B" contained the "PICTURE" clause. The clause was
discarded.
Original issue reported on code.google.com by fady.mou...@gmail.com on 16 Jul 2010 at 7:43
Original issue reported on code.google.com by
fady.mou...@gmail.com
on 16 Jul 2010 at 7:43