Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: -display-


From   "Ward Vanlaar" <[email protected]>
To   <[email protected]>
Subject   st: -display-
Date   Mon, 21 Jan 2008 15:17:09 -0500

Dear,

I am trying to convert a date (January 1st 2003) into a macro using 
-display- that I could use to compare the result with a variable
'edate1' that contains dates (basically to drop cases if 'edate1' is
smaller than January 1st 2003). The code that I used (see below) does
not work (Stata executes the first line and displays the converted date
but stops there). I would appreciate your input.

Thanks,

Ward

display d(01jan2003) _request(_startd)
drop if edate1<`startd'


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