PCC-00044: Array size mismatch in INTO or USING. Minimum is: string(number:number)
Cause: The size of an array variable in an INTO or USING clause is too small for the number of rows processed.
Action: Declare all array variables in the INTO or USING clause to have at least the minimum dimension given.
Cause: The size of an array variable in an INTO or USING clause is too small for the number of rows processed.
Action: Declare all array variables in the INTO or USING clause to have at least the minimum dimension given.
No comments:
Post a Comment