Field or data structure cannot be changed by the XML-INTO operation.
30
Cause . . . . . : The XML-INTO operation must have at least one valid field or subfield to change. It cannot change fields or subfields of type pointer, procedure pointer or Object. It cannot change unnamed subfields or subfields that overlay other fields.
Recovery . . . : Correct the first operand of XML-INTO. Compile again.
Technical description . . . . . . . . : If the first operand of XML-INTO is %HANDLER, the field to be changed is the second parameter of the handler procedure. Otherwise, the field to be changed is the first operand of XML-INTO. If the field to be changed is a data structure, at least one subfield must be valid for XML-INTO.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.