Hi everybody,
I am a new (french) user of Stata software.
I know it is possible to cut short some pathway for open a data file but I struggle to manage it.
Someone can help me? I use Stata 11
I did :
clear
local pathdata "C:\Users\Documents\data"
use `pathdata'\ch.dta
=> But the data file didn't open
Stata said to me "file \ch.dta not found"
On the other hand, when I write down
use "C:\Users\Documents\data\ch.dta"
=> my data file called ch open
Thank you for you help
I am a new (french) user of Stata software.
I know it is possible to cut short some pathway for open a data file but I struggle to manage it.
Someone can help me? I use Stata 11
I did :
clear
local pathdata "C:\Users\Documents\data"
use `pathdata'\ch.dta
=> But the data file didn't open
Stata said to me "file \ch.dta not found"
On the other hand, when I write down
use "C:\Users\Documents\data\ch.dta"
=> my data file called ch open
Thank you for you help
Comment