 |
Experts on Demand
Can Enterprise COBOL encode (as well as decode) XML documents? That is, can I take a COBOL data structure and convert it to XML for it to be returned to a calling program? If not, is there a projected date for this feature?
QUESTION POSED ON: 23 MAR 2005
QUESTION ANSWERED BY: Tom Ross
It sure can! To create an XML document from a COBOL data structure, use
XML GENERATE document FROM datastructure
You can also process input XML in COBOL using XML PARSE. It is all described in the COBOL Language Reference Manual and COBOL Programming Guide. I did a SHARE presentation on XML; you can see the slides of it at the bottom of this page.
|
 |
|
|
 |
 |
 |
 |
| TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of . |
|
| |
All Rights Reserved, , TechTarget |
|
|
|
|
|