Block Creation Issue in spite of using CREATEBLOCK/DataCopy
Summary
Block Creation Issue in spite of using CREATEBLOCK/DataCopyContent
We have a calc which is calculating for some intersections while not for the others : So researching we realized its a block creation issue. When we enter some data for 'Input' member and corresponding account then clear , the calculation for this intersection works perfectly - doing this for all the intersections is nearly impossible . Please find the script below :
SET AGGMISSG ON;
/*SET CALCPARALLEL 4;
SET CALCTASKDIMS 2;*/
SET CLEARUPDATESTATUS AFTER;
SET FRMLBOTTOMUP ON;
SET MSG ERROR;
SET NOTICE DEFAULT;
SET UPDATECALC OFF;
SET CACHE HIGH;
SET CACHE ALL;
SET LOCKBLOCK HIGH;
0