Hello Michael,
Look for an older thread "Does a do file know it's name?", e.g. here:
http://www.stata.com/statalist/archive/2007-08/msg00584.html
As far as I know - you have to define the filename either in that file
(e.g. as a local) or in the calling program, which probably calls each
of your individual do files (e.g. as a global).
If you use xml_tab for output, it is convenient to have sheets named
as do-files, and you then have a single Excel file with all your
tables. You can append tables from multiple .do files to a single
output file, so you can form your report step-by-step.
Hope this helps,
Sergiy Radyakin
On 8/31/08, Michael McCulloch <[email protected]> wrote:
> Hello,
> I'm preparing a long paper which includes tables and graphs generated by
> code from an (also very long) do-file. Is there a simple way to append to
> those tables and graphs the originating do-file's file name and the file
> number where that code would be found?
>
> --
>
> Best wishes,
> Michael McCulloch
>
>
>
> Pine Street Foundation
> 124 Pine St., San Anselmo, CA 94960-2674
> Tel: (415) 407-1357
> Fax: (415) 485-1065
> [email protected]
> www.pinestreetfoundation.org
> *
> * 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/