Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

RE: st: RE: a ui suggestion


From   Bill Rising <[email protected]>
To   "Stata Listserve" <[email protected]>
Subject   RE: st: RE: a ui suggestion
Date   Fri, 14 May 2004 09:50:50 -0400

On 5/14/04 5:46, Nick Cox wrote

>Good point. Please consider 
>
>program mysave
>	version 8 
>	syntax [anything(name=filename)] [, * ] 
>	qui { 
>		if `"`filename'"' == "" { 
>			local filename `"`c(filename)'"' 
>			save `filename' `0' 
>		} 	
>		else save `0' 
>	} 	
>	display as text `"file {stata use `filename':`filename'} saved"'
>end 
>
>I am not sure I would ever want this myself. No matter. 

Here's why I would find it useful (not to sway you, but to sway the the 
Stata folks):

When working with multiple data sources for a single analysis, I 
typically have to make many interim files. They cannot be temp files, 
because I need to leave a trail for tracking down data errors. Thus it 
would be useful to look at the logs for the files which generate various 
interim files and be able to get to the files from the log files 
themselves. Just makes the workflow a little faster and more organized 
(both of which I desparately need).

Bill
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   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