R
Robin Brown
Guest
This warning was introduced in 11.6.3. I'm assuming the temp-tables are members of a dataset. READ-XML() matches the xml-node-name to a temp-table name, and here there are two to choose from. In 11.6.3+, READ-XML() will choose the first temp-table. In 12.0.0 READ-XML() is a little smarter in that it looks at the temp-table fields to try to make the right match. To answer your question about XML-NODE-NAME vs SERIALIZE-NAME: For XML the value of XML-NODE-NAME is used over SERIALIZE-NAME. If there is only SERIALIZE-NAME, that is used as XML-NODE-NAME.
Continue reading...
Continue reading...