Hi,
I have the following code:
But I get the following error:
invalid 'Files'
r(198);
does anyone know what is wrong?
I have the following code:
Code:
cd "P:\2021\189\Preliminary"
use "P:\2021\189\use\A3_mergedCW_withF.dta", clear
rename B_sign1 CWid
keep CWid year kontor_handel d25
tempfile A4
save `A4'
invalid 'Files'
r(198);
does anyone know what is wrong?

Comment