legsem / legstar-cob2xsd

Automatically exported from code.google.com/p/legstar-cob2xsd
Other
3 stars 2 forks source link

Group item containing PICTURE clause should produce a warning #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by fady.mou...@gmail.com on 24 Jul 2010 at 9:23

GoogleCodeExporter commented 9 years ago

Original comment by fady.mou...@gmail.com on 24 Jul 2010 at 10:01

GoogleCodeExporter commented 9 years ago

Original comment by fady.mou...@gmail.com on 24 Jul 2010 at 10:04