Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | "Loncar, Dejan" <LoncarD@unaids.org> |
To | <statalist@hsphsun2.harvard.edu> |
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: owner-statalist@hsphsun2.harvard.edu [mailto:owner-statalist@hsphsun2.harvard.edu] On Behalf Of Steve Samuels Sent: 24 October 2010 17:50 To: statalist@hsphsun2.harvard.edu 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 sjsamuels@gmail.com 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 <sjsamuels@gmail.com> wrote: > -- > Omit the quotes in the saving() command > > Steve > > Steven J. Samuels > sjsamuels@gmail.com > 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 <LoncarD@unaids.org> 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/