*This program reads the 1996 SIPP Longitudinal Replicate Weight File for Calendar Year 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 Wed Sep 3 16:08:26 EDT 2014 *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:\sipp1996lrw96cy3.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 lrw96cy3 /name='c:\lrw96cy3.dat' . data list file=lrw96cy3 / ssuid 1-12 (a) spanel 13-16 ctl_date 17-23 (a) lgtwttyp 24-26 (a) pnllength 27-28 epppnum 29-32 (a) repwgt1 33-42 (4) repwgt2 43-52 (4) repwgt3 53-62 (4) repwgt4 63-72 (4) repwgt5 73-82 (4) repwgt6 83-92 (4) repwgt7 93-102 (4) repwgt8 103-112 (4) repwgt9 113-122 (4) repwgt10 123-132 (4) repwgt11 133-142 (4) repwgt12 143-152 (4) repwgt13 153-162 (4) repwgt14 163-172 (4) repwgt15 173-182 (4) repwgt16 183-192 (4) repwgt17 193-202 (4) repwgt18 203-212 (4) repwgt19 213-222 (4) repwgt20 223-232 (4) repwgt21 233-242 (4) repwgt22 243-252 (4) repwgt23 253-262 (4) repwgt24 263-272 (4) repwgt25 273-282 (4) repwgt26 283-292 (4) repwgt27 293-302 (4) repwgt28 303-312 (4) repwgt29 313-322 (4) repwgt30 323-332 (4) repwgt31 333-342 (4) repwgt32 343-352 (4) repwgt33 353-362 (4) repwgt34 363-372 (4) repwgt35 373-382 (4) repwgt36 383-392 (4) repwgt37 393-402 (4) repwgt38 403-412 (4) repwgt39 413-422 (4) repwgt40 423-432 (4) repwgt41 433-442 (4) repwgt42 443-452 (4) repwgt43 453-462 (4) repwgt44 463-472 (4) repwgt45 473-482 (4) repwgt46 483-492 (4) repwgt47 493-502 (4) repwgt48 503-512 (4) repwgt49 513-522 (4) repwgt50 523-532 (4) repwgt51 533-542 (4) repwgt52 543-552 (4) repwgt53 553-562 (4) repwgt54 563-572 (4) repwgt55 573-582 (4) repwgt56 583-592 (4) repwgt57 593-602 (4) repwgt58 603-612 (4) repwgt59 613-622 (4) repwgt60 623-632 (4) repwgt61 633-642 (4) repwgt62 643-652 (4) repwgt63 653-662 (4) repwgt64 663-672 (4) repwgt65 673-682 (4) repwgt66 683-692 (4) repwgt67 693-702 (4) repwgt68 703-712 (4) repwgt69 713-722 (4) repwgt70 723-732 (4) repwgt71 733-742 (4) repwgt72 743-752 (4) repwgt73 753-762 (4) repwgt74 763-772 (4) repwgt75 773-782 (4) repwgt76 783-792 (4) repwgt77 793-802 (4) repwgt78 803-812 (4) repwgt79 813-822 (4) repwgt80 823-832 (4) repwgt81 833-842 (4) repwgt82 843-852 (4) repwgt83 853-862 (4) repwgt84 863-872 (4) repwgt85 873-882 (4) repwgt86 883-892 (4) repwgt87 893-902 (4) repwgt88 903-912 (4) repwgt89 913-922 (4) repwgt90 923-932 (4) repwgt91 933-942 (4) repwgt92 943-952 (4) repwgt93 953-962 (4) repwgt94 963-972 (4) repwgt95 973-982 (4) repwgt96 983-992 (4) repwgt97 993-1002 (4) repwgt98 1003-1012 (4) repwgt99 1013-1022 (4) repwgt100 1023-1032 (4) repwgt101 1033-1042 (4) repwgt102 1043-1052 (4) repwgt103 1053-1062 (4) repwgt104 1063-1072 (4) repwgt105 1073-1082 (4) repwgt106 1083-1092 (4) repwgt107 1093-1102 (4) repwgt108 1103-1112 (4) . * See the codebook for more detailed variable descriptions. variable labels ssuid "SU: Sample Unit Identifier" spanel "SU: Sample Code - Indicates Panel Year" ctl_date "Date of the controls to which weights correspond" lgtwttyp "Weighting designation describing the longitudinal period for which the" repwgt1 "WW: Person replicate weight 1. (Four implied decimal positions)" repwgt2 "WW: Person replicate weight 2. (Four implied decimal positions)" repwgt3 "WW: Person replicate weight 3. (Four implied decimal positions)" repwgt4 "WW: Person replicate weight 4. (Four implied decimal positions)" repwgt5 "WW: Person replicate weight 5. (Four implied decimal positions)" repwgt6 "WW: Person replicate weight 6. (Four implied decimal positions)" repwgt7 "WW: Person replicate weight 7. (Four implied decimal positions)" repwgt8 "WW: Person replicate weight 8. (Four implied decimal positions)" repwgt9 "WW: Person replicate weight 9. (Four implied decimal positions)" repwgt10 "WW: Person replicate weight 10. (Four implied decimal positions)" repwgt11 "WW: Person replicate weight 11. (Four implied decimal positions)" repwgt12 "WW: Person replicate weight 12. (Four implied decimal positions)" repwgt13 "WW: Person replicate weight 13. (Four implied decimal positions)" repwgt14 "WW: Person replicate weight 14. (Four implied decimal positions)" repwgt15 "WW: Person replicate weight 15. (Four implied decimal positions)" repwgt16 "WW: Person replicate weight 16. (Four implied decimal positions)" repwgt17 "WW: Person replicate weight 17. (Four implied decimal positions)" repwgt18 "WW: Person replicate weight 18. (Four implied decimal positions)" repwgt19 "WW: Person replicate weight 19. (Four implied decimal positions)" repwgt20 "WW: Person replicate weight 20. (Four implied decimal positions)" repwgt21 "WW: Person replicate weight 21. (Four implied decimal positions)" repwgt22 "WW: Person replicate weight 22. (Four implied decimal positions)" repwgt23 "WW: Person replicate weight 23. (Four implied decimal positions)" repwgt24 "WW: Person replicate weight 24. (Four implied decimal positions)" repwgt25 "WW: Person replicate weight 25. (Four implied decimal positions)" repwgt26 "WW: Person replicate weight 26. (Four implied decimal positions)" repwgt27 "WW: Person replicate weight 27. (Four implied decimal positions)" repwgt28 "WW: Person replicate weight 28. (Four implied decimal positions)" repwgt29 "WW: Person replicate weight 29. (Four implied decimal positions)" repwgt30 "WW: Person replicate weight 30. (Four implied decimal positions)" repwgt31 "WW: Person replicate weight 31. (Four implied decimal positions)" repwgt32 "WW: Person replicate weight 32. (Four implied decimal positions)" repwgt33 "WW: Person replicate weight 33. (Four implied decimal positions)" repwgt34 "WW: Person replicate weight 34. (Four implied decimal positions)" repwgt35 "WW: Person replicate weight 35. (Four implied decimal positions)" repwgt36 "WW: Person replicate weight 36. (Four implied decimal positions)" repwgt37 "WW: Person replicate weight 37. (Four implied decimal positions)" repwgt38 "WW: Person replicate weight 38. (Four implied decimal positions)" repwgt39 "WW: Person replicate weight 39. (Four implied decimal positions)" repwgt40 "WW: Person replicate weight 40. (Four implied decimal positions)" repwgt41 "WW: Person replicate weight 41. (Four implied decimal positions)" repwgt42 "WW: Person replicate weight 42. (Four implied decimal positions)" repwgt43 "WW: Person replicate weight 43. (Four implied decimal positions)" repwgt44 "WW: Person replicate weight 44. (Four implied decimal positions)" repwgt45 "WW: Person replicate weight 45. (Four implied decimal positions)" repwgt46 "WW: Person replicate weight 46. (Four implied decimal positions)" repwgt47 "WW: Person replicate weight 47. (Four implied decimal positions)" repwgt48 "WW: Person replicate weight 48. (Four implied decimal positions)" repwgt49 "WW: Person replicate weight 49. (Four implied decimal positions)" repwgt50 "WW: Person replicate weight 50. (Four implied decimal positions)" repwgt51 "WW: Person replicate weight 51. (Four implied decimal positions)" repwgt52 "WW: Person replicate weight 52. (Four implied decimal positions)" repwgt53 "WW: Person replicate weight 53. (Four implied decimal positions)" repwgt54 "WW: Person replicate weight 54. (Four implied decimal positions)" repwgt55 "WW: Person replicate weight 55. (Four implied decimal positions)" repwgt56 "WW: Person replicate weight 56. (Four implied decimal positions)" repwgt57 "WW: Person replicate weight 57. (Four implied decimal positions)" repwgt58 "WW: Person replicate weight 58. (Four implied decimal positions)" repwgt59 "WW: Person replicate weight 59. (Four implied decimal positions)" repwgt60 "WW: Person replicate weight 60. (Four implied decimal positions)" repwgt61 "WW: Person replicate weight 61. (Four implied decimal positions)" repwgt62 "WW: Person replicate weight 62. (Four implied decimal positions)" repwgt63 "WW: Person replicate weight 63. (Four implied decimal positions)" repwgt64 "WW: Person replicate weight 64. (Four implied decimal positions)" repwgt65 "WW: Person replicate weight 65. (Four implied decimal positions)" repwgt66 "WW: Person replicate weight 66. (Four implied decimal positions)" repwgt67 "WW: Person replicate weight 67. (Four implied decimal positions)" repwgt68 "WW: Person replicate weight 68. (Four implied decimal positions)" repwgt69 "WW: Person replicate weight 69. (Four implied decimal positions)" repwgt70 "WW: Person replicate weight 70. (Four implied decimal positions)" repwgt71 "WW: Person replicate weight 71. (Four implied decimal positions)" repwgt72 "WW: Person replicate weight 72. (Four implied decimal positions)" repwgt73 "WW: Person replicate weight 73. (Four implied decimal positions)" repwgt74 "WW: Person replicate weight 74. (Four implied decimal positions)" repwgt75 "WW: Person replicate weight 75. (Four implied decimal positions)" repwgt76 "WW: Person replicate weight 76. (Four implied decimal positions)" repwgt77 "WW: Person replicate weight 77. (Four implied decimal positions)" repwgt78 "WW: Person replicate weight 78. (Four implied decimal positions)" repwgt79 "WW: Person replicate weight 79. (Four implied decimal positions)" repwgt80 "WW: Person replicate weight 80. (Four implied decimal positions)" repwgt81 "WW: Person replicate weight 81. (Four implied decimal positions)" repwgt82 "WW: Person replicate weight 82. (Four implied decimal positions)" repwgt83 "WW: Person replicate weight 83. (Four implied decimal positions)" repwgt84 "WW: Person replicate weight 84. (Four implied decimal positions)" repwgt85 "WW: Person replicate weight 85. (Four implied decimal positions)" repwgt86 "WW: Person replicate weight 86. (Four implied decimal positions)" repwgt87 "WW: Person replicate weight 87. (Four implied decimal positions)" repwgt88 "WW: Person replicate weight 88. (Four implied decimal positions)" repwgt89 "WW: Person replicate weight 89. (Four implied decimal positions)" repwgt90 "WW: Person replicate weight 90. (Four implied decimal positions)" repwgt91 "WW: Person replicate weight 91. (Four implied decimal positions)" repwgt92 "WW: Person replicate weight 92. (Four implied decimal positions)" repwgt93 "WW: Person replicate weight 93. (Four implied decimal positions)" repwgt94 "WW: Person replicate weight 94. (Four implied decimal positions)" repwgt95 "WW: Person replicate weight 95. (Four implied decimal positions)" repwgt96 "WW: Person replicate weight 96. (Four implied decimal positions)" repwgt97 "WW: Person replicate weight 97. (Four implied decimal positions)" repwgt98 "WW: Person replicate weight 98. (Four implied decimal positions)" repwgt99 "WW: Person replicate weight 99. (Four implied decimal positions)" repwgt100 "WW: Person replicate weight 100. (Four implied decimal positions)" repwgt101 "WW: Person replicate weight 101. (Four implied decimal positions)" repwgt102 "WW: Person replicate weight 102. (Four implied decimal positions)" repwgt103 "WW: Person replicate weight 103. (Four implied decimal positions)" repwgt104 "WW: Person replicate weight 104. (Four implied decimal positions)" repwgt105 "WW: Person replicate weight 105. (Four implied decimal positions)" repwgt106 "WW: Person replicate weight 106. (Four implied decimal positions)" repwgt107 "WW: Person replicate weight 107. (Four implied decimal positions)" repwgt108 "WW: Person replicate weight 108. (Four implied decimal positions)" . value labels spanel 1996 "Panel Year" /pnllength 12 "for 1996 panel" . execute. save outfile = 'c:\sipp1996lrw96cy3.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.