IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

XML generated from cobol is displaying as junk in spool


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vangeti

New User


Joined: 26 Apr 2014
Posts: 2
Location: bangalore

PostPosted: Wed Aug 19, 2015 5:16 pm
Reply with quote

Hi,

I am generating a XML from cobol 5 like below

XML GENERATE XML-OUT FROM STRUCTURE
COUNT IN XML-LEN
WITH ENDCODING 1208
WITH XML-DECLARATION

Wen i display the XML-OUT in spool, junk characters are displaying.

Please help in resolving this..

Note: without encoding option spool display are printing fine, but in xml declartion IBM-1140 is coming. but my requirement is to get UTF-8 in declaration.
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Wed Aug 19, 2015 5:42 pm
Reply with quote

Can you provide some example input, what you get with that, and what you expect?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Aug 19, 2015 6:00 pm
Reply with quote

You ARE aware, I hope, that the mainframe uses an EBCDIC code page? And that if you encode XML with 1208, what you will see on the mainframe will NOT be human-legible since the code page of the data won't match the code page of the system?

In other words, what you are calling "junk characters" most likely are the correctly encoded data for the XML and you need to transfer the XML data set to a system that is using code page 1208 to verify the contents and not try to do so on the mainframe.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top