division
division
(OP)
I am using the define function and when I am doing the division function I am getting number that are not correct...
I am dividing two P12 formats and trying to get a percentage...and it is not working out.
What am I doing wrong?
Thanks,
Kerry
I am dividing two P12 formats and trying to get a percentage...and it is not working out.
What am I doing wrong?
Thanks,
Kerry
RE: division
RE: division
Thanks,
RE: division
CODE
WRITE RCOST DCOST CNT.DST.BODYTYPE
COMPUTE RATIO=100*RCOST/DCOST * CNT.DST.BODYTYPE;
BY COUNTRY
END