Bookmark and Share

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   Steve Samuels <[email protected]>
To   [email protected]
Subject   Re: st: version 10.1
Date   Sun, 24 Oct 2010 11:49:36 -0400

----

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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index