If these are dates, they are run-together and the Stata official date functions
won't help much. You need either similar tricks to that below or something
like -todate- from SSC (which just uses similar tricks to that below).
Nick
[email protected]
Philipp Rehm
> This may work:
> gen new=real(substr(string(original),1,4))
>
> (I don't know how hypothetical your numbers are, but if your variable
> "original" reports dates, check out -help date functions- to extract,
> say, the year).
> FUKUGAWA, N. wrote:
> > I would like to make a change in a variable.
> > A new variable keeps only first four figures of ten-digit variable.
> >
> > original -> new
> > 1980000123 -> 1980
> > 1996123456 -> 1996
> >
> > How do I generate such variable using Stata?
*
* 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/