Hello, all
I've run into a repeat error message in the first steps of creating a local dataset on a secure server. Specifically, when I run the following:
local rawdata_w5 = "[File Path Name Here]\wave.xpt"
local tempsave = "[File Path Name Here]"
* Wave vars
fdause "`rawdata_w5'", clear
destring aid, replace
save `tempsave'/w5_temp.dta, replace
an error reading "Invalid File Specification" appears following the -fdause- command.
I'm still fairly new to Stata, is there something I'm grossly overlooking here?
Thank you for any and all help!
Trent
I've run into a repeat error message in the first steps of creating a local dataset on a secure server. Specifically, when I run the following:
local rawdata_w5 = "[File Path Name Here]\wave.xpt"
local tempsave = "[File Path Name Here]"
* Wave vars
fdause "`rawdata_w5'", clear
destring aid, replace
save `tempsave'/w5_temp.dta, replace
an error reading "Invalid File Specification" appears following the -fdause- command.
I'm still fairly new to Stata, is there something I'm grossly overlooking here?
Thank you for any and all help!
Trent
Comment