Hi!
I write a Cobol program with Net Express 4.0.
I Need to read a SEPA XML File with a lot of booking Details...
Now i can:
Open the XML File
Read the XML File
BUT: The file have a lot of Booking lines in the file and i can read only the first line!?
Then i become the Information -7 (AT END) and not the next record from the file!?
Here is the Cobol Code for the XD:
SELECT XML-STREAM ASSIGN TO NOT LINE ADVANCING XML-DATEINAME
ORGANIZATION IS XML
DOCUMENT-TYPE IS XSD-DATEINAME
FILE STATUS IS FILE-STATUS-SPEC.
What is wrong with the SEPA File Details?
I use the Format "camt.053.001.02.XSD"
Have anyone an idea?
#XMLSEPANetExpress




