Skip to Content
0
Former Member
May 20, 2010 at 06:28 AM

Using keyword AMOUNT in RUNALLOCATION

31 Views

Hi,

I have a script with RUNALLOCATION function and the factor is USING/TOTAL.

When I run the script I get error message "division by zero",

so that I plan to do the allocation when the TOTAL is not zero.

Can somebody please tell me the syntax for "*DIM AMOUNT"?

I have tried

*DIM AMOUNT USING<>0; TOTAL<>0;

but this syntax gives me SQL error.

Thanks.