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: make syntax options optional


From   Christopher Baum <[email protected]>
To   "[email protected]" <[email protected]>
Subject   Re: st: make syntax options optional
Date   Tue, 11 Sep 2012 13:09:36 +0000

<>
On Sep 11, 2012, at 2:33 AM, Tashi wrote:

> 
> . file, doc_id(7) firm_id(6429)
> 
> invalid syntax
> 
> I searched for archive and found out that we need to give a default value for optional options like following 
> 
> syntax, doc_id(int) [firm_id(int 5)]
> 
> I am not sure if I understood this. Does this not fix firm_id=5? In my case, firm_id will vary. Any idea or hint will be highly appreciated.

Thou shalt not take Stata's command names as thine own.

If you had bothered to type -help file- you would understand that your version of -file- will never be executed by Stata, as -file- is a built-in command. You could tweak Stata's directories (a very bad idea!) to occlude a command implemented as an ado-file, but a built-in command is just that.

Kit

Kit Baum   |   Boston College Economics & DIW Berlin   |   http://ideas.repec.org/e/pba1.html
                             An Introduction to Stata Programming  |   http://www.stata-press.com/books/isp.html
  An Introduction to Modern Econometrics Using Stata  |   http://www.stata-press.com/books/imeus.html


*
*   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