I have been having trouble with one particular command of a do-file which
simply has me miffed. The line "save
"`output'/`country'`congress'novotes=naysfinal.dta", replace" simply
attempts to save a file into a folder that I created. Stata stops at this
point and returns the r(603) error, saying that the file cannot be opened.
This makes even less sense because I have another do-file that is almost
identical that has no problem with the same line (the only difference
being the name of the file). None of the help so far has been useful.