I'm trying to pass an array from my COBOL program back to my java program using PCML. This is the error message I'm getting. ---------- java run ---------- Beginning PCML Code com.ibm.as400.data.ParseException: File 'lrs706pcml' failed to parse. Stopping after fatal error: The content of elements must consist of well-formed character data or markup. 1 error detected parsing pcml document. A parse error occurred. com.ibm.as400.data.PcmlException: A parse error occurred. com.ibm.as400.data.ProgramCallDocument.loadSourceP cmlDocument(ProgramCallDocument.java:1037) com.ibm.as400.data.ProgramCallDocument.loadPcmlDoc ument(ProgramCallDocument.java:934) com.ibm.as400.data.ProgramCallDocument.(ProgramCallDocument.java:97) Lrs706i. (Lrs706i.java:31) Lrs706i.main(Lrs706i.java:81)[*]*** call to lrs706i failed. **** Normal Termination Output completed (3 cc consumed). I want to know if there is some sample code that I could look at to see what I'm doing wrong. jfr

Reply With Quote