Reduce not working in Arev 3.12 (AREV Specific)
At 20 AUG 1999 11:12:28AM Dave Smith wrote:
We upgraded are AREV to 3.12 to share data with OI.
But in our testing we have found a problem.
We have programs that call the Reduce system subroutine.
As soon as we start running the program, it goes to the debugger with
the message: REDUCE LINE 1 ERRMSG B10.
Anyone have any ideas?
TIA
Dave Smith
At 21 AUG 1999 10:15AM akaplan@sprezzatura.com - [url=http://www.sprezzatura.com]Sprezzatura Group[/url] wrote:
Funny, I thought I answered something like this before.
Can you post the script you are using? Later versions of ARev were more intolerant of missing parameters and invalid scripts than earlier versions were. Perhaps we can see something your missing that should be required.
akaplan@sprezzatura.com
At 23 AUG 1999 12:43PM Dave Smith wrote:
The problem had to do with not initializing the cursorvar variable
passed to the Reduce Subroutine. You are right the later versions are more picky about this.
Thanks for your reply.