Rational Developer for System z

IRZ0502S

Language structure to XML conversion could not complete in procedure PROCEDURE-NAME because the array counter variable COUNTER-NAME for array ARRAY-NAME specified a value of COUNTER-VALUE which exceeds the limit of the array, which is ARRAY-LIMIT.

Explanation

Explanation: In the top-down scenario language structure to XML conversion provides an application programmer the ability to specify the count of entries that XML conversion reads from an array through the use of generated counter variables. This message is issued if a counter variable is found to contain a value that exceeds the limit of its corresponding array.

System programmer response

Set the counter variable to a value that does not exceed the limit of the corresponding array.

System action:
There are two possibilities:
  • If the optional feedback code argument is provided then the converter places in the argument a condition token representing the condition.
  • Otherwise the converter signals an IBM® z/OS® Language Environment® condition.

Feedback