PL/I · Exception
What does ONCODE 350: STRINGRANGE mean in PL/I?
A program-checkout condition: an attempt was made to reference a substring position or length that falls outside the bounds of the string it is applied to.
A program-checkout condition: an attempt was made to reference a substring position or length that falls outside the bounds of the string it is applied to.
Check the start position and length arguments passed to SUBSTR against the actual current length of the string variable, especially for strings whose length varies at runtime.