log using sip91jid, text replace set mem 1000m *This program reads the 1991 SIPP Revised Job ID 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:32 EDT 2004 *Please report errors to jroth@nber.org *run with do sip91jid *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\1991\sip91jid.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 sip91jid *Everything below this point are value labels #delimit ; ; label values flag_jobid_chan flag_jobid_chan; label define flag_jobid_chan 0 "No revisions made to this jobid in this wave and jobid=jobid_revised" 1 "Revisions made to this jobid in this wave and jobid ~= jobid_revised" ; /* 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. */