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
"Loncar, Dejan" <[email protected]>
To
<[email protected]>
Subject
RE: st: version 10.1
Date
Sun, 24 Oct 2010 18:04:16 +0200
Dear Steve,
The same thing happened. I can see the histogram but it refuses to save. I have version Stata SE 10.
Best Dejan
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);
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Steve Samuels
Sent: 24 October 2010 17:50
To: [email protected]
Subject: Re: st: version 10.1
----
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)
********************
Best,
Steve
Steven J. Samuels
[email protected]
18 Cantine's Island
Saugerties NY 12477
USA
Voice: 845-246-0774
Fax: 206-202-4783
On Sun, Oct 24, 2010 at 11:25 AM, Steve Samuels <[email protected]> wrote:
> --
> Omit the quotes in the saving() command
>
> Steve
>
> Steven J. Samuels
> [email protected]
> 18 Cantine's Island
> Saugerties NY 12477
> USA
> Voice: 845-246-0774
> Fax: 206-202-4783
>
> On Sun, Oct 24, 2010 at 10:53 AM, Loncar, Dejan <[email protected]> wrote:
>> Dear colleagues
>> 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/
>>
>
*
* 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/
*
* 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/