Hi Members,
Could someone please help me overcome this execution error?
Error at line 921: division by zero
Following is the decription:
PARAMETER
SAMGAPCUTOFF max acceptable abs gap bt model SAM row and col totals
ERRSAMBAL(AC) if UNDF – the absolute imbalance for AC exceeds cutoff
SAMGAPCUTOFF = 1.0e-5;
921 ERRSAMBAL(AC)$(ABS(SAMBALCHK(AC)) GT SAMGAPCUTOFF) = 1/0;
In my understanding, line 921 implies that an error occurs if the left side is greater than SAMGAPCUTOFF. However, I have checked the SAM separately and it balanced in the SAMBAL program. The maximum difference in the balanced SAM row-column total is 5.04-e06, and I think this should not be causing the problem in execution.
Where else should I be looking to eliminate this execution error?
Thank you in advance.
Judith