-
Can anyone help with this error ? Thanks!!
Parser Error:
SEVERE: Cannot parse field: GDE410FA-NBR-SSN. Data: '..??.????', Picture: 9(9), Type: 9, Size: 9
Feb 12, 2009 12:55:51 PM net.sf.cobol2j.RecordSet next
SEVERE: Total bytes processed before error: 9
Exception in thread "main" net.sf.cobol2j.RecordParseException: Couldn't parse record nr: 1.
at...
2009-02-12 18:05:18 UTC in Cobol and RPG data reader and converter
-
that problem is resolved..
2009-02-12 17:58:20 UTC in Cobol and RPG data reader and converter
-
I am trying to parse some COBOL data in ASCII format and it seems that the "OCCURS DEPENDING ON" is ignored.
If the:
GRP-ELIG-DATA OCCURS 0 TO 36 TIMES
DEPENDING ON NBR-ELIG-DATA-COUNT.
And the value for NBR-ELIG-DATA-COUNT is 0, the xml that is produced has empty elements for GRP-ELIG-DATA 36 times.
Has anyone else seen this behavior?.
2009-02-12 17:01:52 UTC in COBOL copybook to XML converter
-
Anybody has seen this error before? Any help would be appreciated.
Thanks!
-Anand
c:\temp\cobol2j-1.5.3>java -cp .;lib\xalan.jar;lib\serializer.jar;lib\xml-apis.jar;lib\cb2xml2cobol2j.jar;lib\commons-lo
gging-1.1.1.jar;lib\xercesImpl.jar;lib\cobol2j-1.5.3.jar;lib\cb2xml.jar;lib\jaxb-impl-2.1.8.jar;lib\jaxb-api-2.2.jar net
.sf.cobol2j.examples.Dat2xml GDE410FA_Copybook.cpy.xc2j...
2009-02-11 23:14:13 UTC in Cobol and RPG data reader and converter