Hi friends....I found below code in a program which I have to edit. Can anyone tell me what is CXML and its use in cobol program? I am not able to find any specific information regarding this on net. Please suggest some links for this.
EXEC CXML DECLARE W-XML-DATA LENGTH W-XML-LENGTH
Version="1.0"
Encoding="ISO-8859-1"
END-EXEC.
CXML
Moderator: Moderator Group
Because you were not willing to invest a bit of time . . .I am not able to find any specific information regarding this on net.
I simply searched for cxml and got 15million+ hits in a second or so. . .
Here is a description from one of them:
Commerce XML (cXML) is a standard for the online exchange of business transaction information in common formats. It defines the structure of purchase orders, order acknowledgements, and other core e-business documents. cXML is a document type definition (DTD) based on XML tags that defines fields for a specific type of document, like a purchase order. The XML structure enables an application program to easily extract data and deliver it to another application program.
Have a good one
-
- Member
- Posts: 2
- Joined: Fri Nov 16, 2012 4:25 pm
Nope, the requirement has changed from the first post to this one. . .May be my question was not very clear.
If this is in a currently running program, whoever maintains this program should know how it works. . .I found below code in a program which I have to edit.
To better learn how this program works, suggest you make a copy of the probgram you found and run some experiments.
Have a good one
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
- Cobol Interview Questions
50+ Interview Questions - JCL Interview Questions
50+ Interview Questions - DB2 Interview Questions
100+ Interview Questions - CICS Interview Questions
70+ Interview Questions - VSAM Interview Questions
27 Interview Questions
Other References
Mainframe Tools and others
- XPEDITER Reference
Explains how we can debug a program - FILEAID Reference
Explains how to browse , edit and delete datasets - Change Man Reference
Quick Start tutorial on Changeman - Abend Reference
Important Abend codes explained - FaceBook Page
MainframeGurukul FaceBook Page - LinkedIn Page
MainframeGurkul Linkedin Page