pmcmicha
Technical User
- May 25, 2000
- 353
I am getting this error when attempting to assign an array to some database queries.
set -A DBRS `<DB SYNTAX>`
I have 13 queries running and 2 of those queries returns this error. The first one has some 7146 entries while the second one has a whole lot more. Short of having to rewrite this script in perl, does anyone have any ideas how to avoid this error or fix it. Upgrading to KSH93 is not an option at this point. But if that is fix, please let me know.
KSH VERSION: 88
Thanks in advance.
set -A DBRS `<DB SYNTAX>`
I have 13 queries running and 2 of those queries returns this error. The first one has some 7146 entries while the second one has a whole lot more. Short of having to rewrite this script in perl, does anyone have any ideas how to avoid this error or fix it. Upgrading to KSH93 is not an option at this point. But if that is fix, please let me know.
KSH VERSION: 88
Thanks in advance.