DATACOPY(2)
I an trying to do a datacopy for sets of data, JAN:MAR and APR:DEC but each time I run the scripts they override the other
(1)FIX("JAN":"MAR"
,@Idescendants ("Projects Total")
,@Idescendants("Inc Statement")
,@Idescendants ("All Cost Elements")
,@Idescendants ("Operations")
,@Idescendants ("YearTotal")
,@Idescendants ("Company"))
Datacopy "actual"->"FY16"->"final" to "budget"->"FY17"->"working";
ENDFIX
(2)FIX("APR":"DEC"
,@Idescendants ("Projects Total")
,@Idescendants("Inc Statement")"495999","813999"
,@Idescendants ("All Cost Elements")
,@Idescendants ("Operations")
,@Idescendants ("YearTotal")
,@Idescendants ("Company"))
Datacopy "actual"->"FY15"->"final" to "budget"->"FY17"->"working";
ENDFIX
Ho do I prevent this?