> The error message which tends to appear using the previously given
> outreg2 command is "file myfile.txt could not be opened"
>
> Chris
Apparently the file does not exist or cannot be read. This is different
from the read-only problem. I once heard from a person whose computer had
a sporadic problem locating files. The problem went away after she started
using another computer, so that was it. It could be network related if you
are using Stata over a local network.
It's probably something else but I can take a look if you can send me a log
file and a trace output.
Roy
*** creates a log file
set logtype text
log using mylog.txt, replace
about
update
sysdir
adopath
pwd
cd
which outreg2
[insert your stuff here]
log close
*** creates a trace output
set logtype text
set trace on
log using mytrace.txt, replace
about
update
sysdir
adopath
pwd
cd
which outreg2
[insert your stuff here]
log close
_________________________________________________________________
Windows Live: Make it easier for your friends to see what you’re up to on Facebook.
http://windowslive.com/Campaign/SocialNetworking?ocid=PID23285::T:WLMTAGL:ON:WL:en-US:SI_SB_facebook:082009
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/