Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

iSeries cobol - XML GENEREATE errors out

Status
Not open for further replies.

miamihdl

Programmer
Sep 21, 2007
3
US
xml generate insddtls from wsinsddtls
count in NumChars
end-xml.

I added the above statement in my ILE COBOL to create an XML doc, but and it errors out while typing as:

"COBOL reserved word or special character 'PARSE' expected. 'PARSE' assumed. Expected a data-name; 'GENERATE' found. Statement or clause ignored."

Any help is greatly appreciated.
Thank you
 
Never mind, I was using V5R3. This is available only in V5R4.
 
Is there a way to utilize any of the APIs in the XML Toolkit to create XML through Cobol under V5R3? I am going nuts with this...any help with a sample code is highly appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top