dictionary using /homes/data/sipp/1992/sipp92t5.dat { *This program reads the 1992 SIPP Wave 5 Topical Module Data File *Note: This program is distributed under the GNU GPL. See end of *this file and http://www.gnu.org/licenses/ for details. *by Jean Roth Mon Jun 7 18:31:04 EDT 2004 *Please report errors to jroth@nber.org *run with do sip92t5 *Change output file name/location as desired in the first line of the .dct file *If you are using a PC, you may need to change the direction of the slashes, as in C:\ * or "\\Nber\home\data\sipp\1992\sip92t5.dat" * The following changes in variable names have been made, if necessary: * '$' to 'd'; '-' to '_'; '%' to 'p'; * Note: Variable names in Stata are case-sensitive _column(1 ) str5 suseqnum %5s "Topical Module Microdata File (Rerelea" _column(6 ) str9 id %9s "Sample unit identifier" _column(30 ) str2 entry %2s "Edited entry address ID^M" _column(32 ) str3 pnum %3s "Person number^M" _column(65 ) byte wave %1f "Wave number within Panel^M" _column(79 ) int tm9620 %4f "What was the total cost of...'s" _column(83 ) byte tm9622 %1f "Did ... live away from home while" _column(84 ) long tm9624 %5f "What was the total cost for room and" _column(89 ) byte tm9626 %2f "Any type of educational assistance" _column(91 ) byte tm9628 %1f "The GI bill?" _column(92 ) int tm9630 %4f "Percent received from GI bill" _column(96 ) byte tm9632 %1f "Other veteran's educational assis-" _column(97 ) long tm9634 %5f "Percent received from veteran's" _column(102 ) byte tm9636 %1f "College work study program?" _column(103 ) int tm9638 %4f "Percent received from college work" _column(107 ) byte tm9640 %1f "A Pell grant?" _column(108 ) int tm9642 %4f "Percent received from Pell grant" _column(112 ) byte tm9644 %1f "A Supplemental Educational" _column(113 ) int tm9646 %4f "Percent received from SEOG" _column(117 ) byte tm9648 %1f "A national direct student loan?" _column(118 ) int tm9650 %4f "Percent received from a national" _column(122 ) byte tm9652 %1f "A guaranteed student loan" _column(123 ) long tm9654 %5f "Percent received from a guaranteed" _column(128 ) byte tm9656 %1f "A JTPA training program" _column(129 ) int tm9658 %4f "Percent received from JTPA" _column(133 ) byte tm9660 %1f "Employer assistance" _column(134 ) long tm9662 %5f "Percent of employer assistance" _column(139 ) byte tm9664 %1f "A fellowship or scholarship?" _column(140 ) long tm9666 %5f "Percent of fellowship or scholarship" _column(145 ) byte tm9668 %1f "A tuition reduction?" _column(146 ) int tm9670 %4f "Percent received from tuition" _column(150 ) byte tm9672 %1f "Anything else (other than assistance" _column(151 ) long tm9674 %5f "Percent of educational assistance" _column(156 ) byte tmetcnt %2f "Number of items with data on this reco" _column(158 ) byte imp9612 %1f "Part C imputation flag #01" _column(159 ) byte imp9616 %1f "Part C imputation flag #02" _column(160 ) byte imp9618 %1f "Part C imputation flag #03" _column(161 ) byte imp9620 %1f "Part C imputation flag #04" _column(162 ) byte imp9622 %1f "Part C imputation flag #05" _column(163 ) byte imp9624 %1f "Part C imputation flag #06" _column(164 ) byte imp9630 %1f "Part C imputation flag #07" _column(165 ) byte imp9634 %1f "Part C imputation flag #08" _column(166 ) byte imp9638 %1f "Part C imputation flag #09" _column(167 ) byte imp9642 %1f "Part C imputation flag #10" _column(168 ) byte imp9646 %1f "Part C imputation flag #11" _column(169 ) byte imp9650 %1f "Part C imputation flag #12" _column(170 ) byte imp9654 %1f "Part C imputation flag #13" _column(171 ) byte imp9658 %1f "Part C imputation flag #14" _column(172 ) byte imp9662 %1f "Part C imputation flag #15" _column(173 ) byte imp9666 %1f "Part C imputation flag #16" _column(174 ) byte imp9670 %1f "Part C imputation flag #17" _column(175 ) byte imp9674 %1f "Part C imputation flag #18" _column(176 ) long tmtedfin %5f "Total amount of educational assistance" } /* Copyright 2004 shared by the National Bureau of Economic Research and Jean Roth National Bureau of Economic Research. 1050 Massachusetts Avenue Cambridge, MA 02138 jroth@nber.org This program and all programs referenced in it are free software. You can redistribute the program or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */