Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: st: Outreg2 - file cannot be openend


From   Roy Wada <[email protected]>
To   <[email protected]>
Subject   RE: st: Outreg2 - file cannot be openend
Date   Sun, 6 Sep 2009 12:02:01 -0700

> 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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index