-------------------------------------------------------------------------------------------------------------------------------------- log: /disk/nber10/SCCS/sipp/2001/sip01lw.log log type: text opened on: 23 Aug 2006, 14:41:05 . set mem 500m (512000k) . *This program reads the 2001 SIPP Panel Longitudnal Weight 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 Dec 22 11:27:45 EST 2003 . *Please report errors to jroth@nber.org . *run with do sip01lw . *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/2001\sip01lw.dat" . * The following changes in variable names have been made, if necessary: . * '$' to 'd'; '-' to '_'; '%' to 'p'; . *For compatibility with other software, variable label definitions are the . *variable name unless the variable name ends in a digit. . *'1' -> 'a', '2' -> 'b', '3' -> 'c', ... , '0' -> 'j' . * Note: Variable names in Stata are case-sensitive . clear . quietly infile using sip01lw file /homes/data/sipp/2001/sipp01lw.dat not found dictionary invalid r(614); end of do-file r(614); . exit,clear