Hi Experts,
I have one query regarding below mentioned cases :
CASE-1
*RUNALLOCATION
*FACTOR=USING/TOTAL
*DIM P_ACCT WHAT=CE0004010; WHERE=CE0004020; USING=CE0004030; TOTAL=<<<
*DIM ENTITY WHAT=A1000; WHERE=<<<; USING=<<<; TOTAL=<<<
*ENDALLOCATION
CASE-2
*RUNALLOCATION
*FACTOR=USING/TOTAL
*DIM P_ACCT WHAT=CE0004010; WHERE=CE0004020; USING=CE0004040; TOTAL=<<<
*DIM ENTITY WHAT=A1000; WHERE=<<<; USING=<<<; TOTAL=<<<
*ENDALLOCATION
Both above mentioned cases working well and giving results if running separately in a script or I should say only one is working at a time because
the only difference is of USING in both above cases and whenever I run both above scripts together then only result for CASE-2 comes . So, all I want to know is how I can use above mentioned logics in one script and result should come for both CASE-1 & 2. How we can do this? Can we change above logic in other form so that both works.Please guide