*This program reads the 1992 SIPP Wave 8 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:33:57 EDT 2004 *Please report errors to jroth@nber.org *Change output file name/location as desired. *Change the input file location as needed. *If you have trouble running this program, *then try opening a new syntax file & type this command: *INCLUDE "c:\sip92t8.sps". *and choose to RUN ALL * The following changes in variable names have been made, if necessary: * '$' to 'd'; '-' to '_'; '%' to 'p' * Note: Variable names in SPSS are not case-sensitive. file handle sipp92t8 /name='c:\sipp92t8.dat' . data list file=sipp92t8 / suseqnum 1-5 (a) id 6-14 (a) entry 30-31 (a) pnum 32-34 (a) wave 65 tm9620 79-82 tm9622 83 tm9624 84-88 tm9626 89-90 tm9628 91 tm9630 92-95 tm9632 96 tm9634 97-101 tm9636 102 tm9638 103-106 tm9640 107 tm9642 108-111 tm9644 112 tm9646 113-116 tm9648 117 tm9650 118-121 tm9652 122 tm9654 123-127 tm9656 128 tm9660 133 tm9662 134-138 tm9664 139 tm9666 140-144 tm9668 145 tm9670 146-149 tm9672 150 tm9674 151-155 tmetcnt 156-157 imp9612 158 imp9616 159 imp9618 160 imp9620 161 imp9622 162 imp9624 163 imp9630 164 imp9634 165 imp9638 166 imp9642 167 imp9646 168 imp9650 169 imp9654 170 imp9658 171 imp9662 172 imp9666 173 imp9670 174 imp9674 175 tmtedfin 176-180 . * See the codebook for more detailed variable descriptions. variable labels suseqnum "Sequence number of sample unit" id "Sample unit identifier" entry "Edited entry address ID" pnum "Person number" wave "Wave number within Panel" tm9620 "During the past 12 months, what was" tm9622 "During the past 12 months, did..." tm9624 "During the past 12 months, what" tm9626 "No educational assistance" tm9628 "Educational assistance received" tm9630 "Percent of total educational" tm9632 "Educational assistance received" tm9634 "Percent of total educational" tm9636 "Educational assistance received" tm9638 "Percent of total educational" tm9640 "Educational assistance received" tm9642 "Percent of total educational" tm9644 "Educational assistance received" tm9646 "Percent of total educational" tm9648 "Educational assistance received" tm9650 "Percent of total educational" tm9652 "Educational assistance received during" tm9654 "Percent of total educational assistanc" tm9656 "Educational assistance received" tm9660 "Educational assistance received" tm9662 "Percent of total educational" tm9664 "Educational assistance received" tm9666 "Percent of total educational" tm9668 "Educational assistance received" tm9670 "Percent of total educational" tm9672 "Educational assistance received" tm9674 "Percent of total educational" tmetcnt "Number of non-blank entries" imp9612 "Imputation flag for 'TM9612'" imp9616 "Imputation flag for 'TM9616'" imp9618 "Imputation flag for 'TM9618'" imp9620 "Imputation flag for 'TM9620'" imp9622 "Imputation flag for 'TM9622'" imp9624 "Imputation flag for 'TM9624'" imp9630 "Imputation flag for 'TM9630'" imp9634 "Imputation flag for 'TM9634'" imp9638 "Imputation flag for 'TM9638'" imp9642 "Imputation flag for 'TM9642'" imp9646 "Imputation flag for 'TM9646'" imp9650 "Imputation flag for 'TM9650'" imp9654 "Imputation flag for 'TM9654'" imp9658 "Imputation flag for 'TM9658'" imp9662 "Imputation flag for 'TM9662'" imp9666 "Imputation flag for 'TM9666'" imp9670 "Imputation flag for 'TM9670'" imp9674 "Imputation flag for 'TM9674'" tmtedfin "Total amount of educational assistance" . value labels tm9620 0 "Not applicable" -3 "None" /tm9622 0 "Not applicable" 1 "Yes" 2 "No - skip to TM9626" /tm9624 0 "Not applicable" /tm9626 0 "Not applicable" -3 "None received - End of" /tm9628 0 "Not marked as received" 1 "Received" /tm9632 0 "Not marked as received" 1 "Received" /tm9636 0 "Not marked as received" 1 "Received" /tm9640 0 "Not marked as received" 1 "Received" /tm9644 0 "Not marked as received" 1 "Received" /tm9648 0 "Not marked as received" 1 "Received" /tm9652 0 "Not marked as received" 1 "Received" /tm9656 0 "Not marked as received" 1 "Received" /tm9660 0 "Not marked as received" 1 "Received" /tm9664 0 "Not marked as received" 1 "Received" /tm9668 0 "Not marked as received" 1 "Received" /tm9672 0 "Not marked as received" 1 "Received" /imp9612 0 "Not imputed" 1 "Imputed" /imp9616 0 "Not imputed" 1 "Imputed" /imp9618 0 "Not imputed" 1 "Imputed" /imp9620 0 "Not imputed" 1 "Imputed" /imp9622 0 "Not imputed" 1 "Imputed" /imp9624 0 "Not imputed" 1 "Imputed" /imp9630 0 "Not imputed" 1 "Imputed" /imp9634 0 "Not imputed" 1 "Imputed" /imp9638 0 "Not imputed" 1 "Imputed" /imp9642 0 "Not imputed" 1 "Imputed" /imp9646 0 "Not imputed" 1 "Imputed" /imp9650 0 "Not imputed" 1 "Imputed" /imp9654 0 "Not imputed" 1 "Imputed" /imp9658 0 "Not imputed" 1 "Imputed" /imp9662 0 "Not imputed" 1 "Imputed" /imp9666 0 "Not imputed" 1 "Imputed" /imp9670 0 "Not imputed" 1 "Imputed" /imp9674 0 "Not imputed" 1 "Imputed" /tmtedfin 4500 "Amount from $4100 - 4999" 5500 "Amount from $5000 - 5999" 6500 "Amount from $6000 - 6999" 7500 "Amount from $7000 - 7999" 8500 "Amount from $8000 - 8999" 9500 "Amount from $9000 - 9999" 10500 "Amount from $10000 - 10999" 11000 "Amount from $11000 +" 0 "Not applicable" . execute. save outfile = 'c:\sip92t8.sav'. *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.