Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: st: version 10.1
From
Nick Cox <[email protected]>
To
"'[email protected]'" <[email protected]>
Subject
RE: st: version 10.1
Date
Sun, 24 Oct 2010 17:23:16 +0100
This looks to me as a side-effect of an incomplete -update-. That is, your executable and other files are not now in sync, and/or you did not type -update swap-.
Go back to -update query- and repeat the process.
Nick
[email protected]
Loncar, Dejan
The same thing happened. I can see the histogram but it refuses to save. I have version Stata SE 10.
do "C:\DOCUME~1\loncard\LOCALS~1\Temp\STD1b000000.tmp"
. sysuse auto,clear
(1978 Automobile Data)
. local T "OK"
. local var mpg
. histogram `var', normal title("`T'") saving(`var'_`T', replace)
(bin=8, start=12, width=3.625)
(pathsplit() in lmatabase, compiled by Stata 10.1, is too new to be run by this version of Stata and so was ignored)
__filemkabsolute(): 3499 pathsplit() not found
<istmt>: - function returned error
r(3499);
end of do-file
r(3499);
Steve Samuels
That's a strange error; I suggest that you contact support.
I have only Stata 11.1 up now, but, yes, -graph save- and saving()
worked in 10.1. The FAQ request that you duplicate an error on an
accessible data set. What happens when you run the following?
********************
sysuse auto,clear
.local T "OK"
local var mpg
histogram `var', normal title("`T'") saving(`var'_`T', replace)
********************
On Sun, Oct 24, 2010 at 11:25 AM, Steve Samuels <[email protected]> wrote:
-
> Omit the quotes in the saving() command
> On Sun, Oct 24, 2010 at 10:53 AM, Loncar, Dejan <[email protected]> wrote:
>> Does command saving and save graph works in Stata 10.1? I run the code that worked well but I get the error message below?
>>
>> histogram `var', normal title("`T'") saving("`var'_`T'", replace)
>>
>>
>> (pathsplit() in lmatabase, compiled by Stata 10.1, is too new to be run by this version of Stata and so was ignored)
>> __filemkabsolute(): 3499 pathsplit() not found
>> <istmt>: - function returned error
>> r(3499);
>> end of do-file
>> r(3499);
*
* 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/