XML Parse in COBOL

Ask/Clarify the quesstions about XML, Parsing XML thru enterprise COBOL, etc..

Moderator: Moderator Group

Post Reply
pleonard
Member
Posts: 2
Joined: Fri Dec 12, 2008 1:29 am

XML Parse in COBOL

Post by pleonard » Fri Dec 12, 2008 1:56 am

I have experienced an issue with "encoding" in general using XML PARSE in Cobol program. I don't know why I have been got XML-CODE=70. When I remove the "encoding" I got -1 in XML-CODE. Does anyone knows what can be this problem ?

Thanks
Paulo

User avatar
muraligaru1
Moderator
Posts: 43
Joined: Sat Nov 11, 2006 7:03 pm

Post by muraligaru1 » Fri Dec 12, 2008 4:08 pm

Here is some info on XML-CODE = 70

70
The actual document encoding was EBCDIC, and the CODEPAGE compiler option specified a supported EBCDIC code page, but the document encoding declaration did not specify a supported EBCDIC code page.

-1 in XML-CODE

When the parser returns control to your XML PARSE statement, special register XML-CODE contains the most recent value that was set by the parser (or by your processing procedure, if it sets XML-CODE to -1). For each event except the EXCEPTION event, the value of XML-CODE is zero. If your processing procedure sets XML-CODE to -1 before returning control to the parser for an event other than EXCEPTION, processing stops with a user-initiated COBOL exception condition. For the EXCEPTION event, special register XML-CODE contains the exception code.

pleonard
Member
Posts: 2
Joined: Fri Dec 12, 2008 1:29 am

Post by pleonard » Fri Dec 12, 2008 7:06 pm

I have encoding="UTF-8" which causing xml-code 70 when parse the XML document. When I remove the encoding I got xml-code -1 (I don't set this in the program).

academyindia4

Topic deleted by Admin

Post by academyindia4 » Sat Jan 30, 2016 11:31 pm

<< Content deleted By Admin >>

academyindia4

Topic deleted by Admin

Post by academyindia4 » Wed Feb 03, 2016 11:07 pm

<< Content deleted By Admin >>

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others