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.