clear
set more off

use "P:\!XCTRY\AFRICA POVERTY\Labor Market Work\PSIAtoshare\Consumption aggregate\consfinalAug12", replace

gen outliercons =  pccons2 < 550
gen pccons2_adj =  pccons2
replace pccons2_adj = . if outliercons

save "P:\!XCTRY\AFRICA POVERTY\Labor Market Work\PSIAtoshare\Consumption aggregate\consfinal_corrected",replace