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]
AW: st: calling a program
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
AW: st: calling a program
Date
Thu, 29 Apr 2010 09:56:52 +0200
<>
Michael, should the third line be "progtwo" instead of "two"? Interestingly,
a call to "two" prompts Stata to give you a blank -twoway- graph.
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Michael Norman
Mitchell
Gesendet: Donnerstag, 29. April 2010 09:49
An: [email protected]
Cc: Bülent Güloğlu
Betreff: Re: st: calling a program
Greetings
Here is an example... this is a program called "progone.ado" which
calls the subprogram "progtwo" that is contained within it.
--- begin progone.ado ---
program define progone
display "hello from program one"
two
end
program define progtwo
display "hello from program two"
end
--- end progone.ado ---
and here is the output from the -progone- command.
. progone
hello from program one
hello from program two
Is that what you were asking?
Best regards,
Michael N. Mitchell
See the Stata tidbit of the week at...
http://www.MichaelNormanMitchell.com
On 2010-04-29 12.30 AM, Bülent Güloğlu wrote:
>
> HELLO
> When I call a subprogram stata tells me unregonized command
> How can I can call a subprogram
> Bulent
>
> *
> * 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/