___  ____  ____  ____  ____ tm
 /__    /   ____/   /   ____/
___/   /   /___/   /   /___/    9.2   Copyright 1984-2006
  Statistics/Data Analysis            StataCorp
                                      4905 Lakeway Drive
     Special Edition                  College Station, Texas 77845 USA
                                      800-STATA-PC        http://www.stata.com
                                      979-696-4600        stata@stata.com
                                      979-696-4601 (fax)

Single-user Stata for Macintosh perpetual license:
       Serial number:  8490511082
         Licensed to:  FMRC
                       Boston College

Notes:
      1.  (-m# option or -set memory-) 500.00 MB allocated to data
      2.  (-v# option or -set maxvar-) 5000 maximum variables
      3.  Command line editing disabled
      4.  Stata running in batch mode

. do bbmx1 

. cd "/fmwww0/repec/raim/MassInd/"
/fmwww0/RePEc/RAIM/MassInd

. !cat bloomberg_BBMX_*ind.raw > bloomberg_BBMX_hist.raw


. !wc -l bloomberg_BBMX_hist.raw

      38 bloomberg_BBMX_hist.raw

. insheet using bloomberg_BBMX_hist, clear
(5 vars, 38 obs)

. g mm = real(substr(mmdd,1,2))
mmdd not found
r(111);

end of do-file
r(111);