Hi,
I am trying to use the PL/I Sax parser to parse the input XML and retrieve the data from these XMLs.
I have referred in the manuals that PLISAXC and PLISAXD parsers supports Unicode as well. But when I pass an XML input which has a DBCS character value(Unicode). It fails processing that.
Getting below error,
start_of_documentlength= 0
exception return_code = 0000000C reason_code = 001C3030 oncode = 0
Does someone has idea on this error or any suggestion about XML parsing in Z/os for Unicode data in PL1
Jeeva_S35