Hello,
thanks for the response. I put semicolon after proc summary, it gives error, really I have changed the location of where and started placing semicolon after proc and then I took it, but no success.
I have be been doing this for three days and no success. Originally the code was like this:
proc summary ….;
var…..;
class….;
where….;
run;
I was running this code for more than two years but all of sudden the word were changed to red and I change the place of where and it edited the code as below:
proc summary….;
where….;
var….;
clas…..;
run;
no success
I am going crazy!
any tips? thanks,
blue
... View more