Greetings,
We are attempting to run a cobol xml parse, validating with file. We have succesfully generated an OSR but when running the program in question it fails with with the following code.
8404 XRSN_DEM_INVCHARINPROLOG An invalid XML character was found in the prolog of a document. Action: Change the document or schema to correct and retry. |
Can anyone help with how to troubleshoot this ? We are running this from JCL. The XSD is uploaded to USS by means of FTP where we request a binary upload. So we are expecting to see UTF8 there. The XML itself is generated by means of a cobol xml generate with encoding 1208. The failure occurs during the start-of-document event. How should we go about troubleshooting this in Cobol ? There isn't much in terms of experience with OSR in our organisation (it could very well be a basic error) and manuals seem to focus a lot on C with which I myself am unfamiliar. Any insights would be greatly appreciated.
Best regards,
Frankbd
Frankbd