infile dictionary { *by Jean Roth Tue Jul 19 12:00:22 EDT 2005 *Please report errors to jroth@nber.org *See the .do file for directions and run with do ppext04 *NOTE: This program is distributed under the GNU GPL. *See end of this file and http://www.gnu.org/licenses/ for details. _column(1 ) byte precord %1f _column(2 ) long ph_seq %5f _column(7 ) byte pppos %2f _column(9 ) long agi %5f _column(14 ) long cap_gain %5f _column(19 ) int cap_loss %4f _column(23 ) byte dep_stat %2f _column(25 ) int eit_cred %4f _column(29 ) int emcontrb %4f _column(33 ) long fed_ret %5f _column(38 ) long fed_tax %5f _column(43 ) long fica %5f _column(48 ) byte filestat %1f _column(49 ) byte marg_tax %2f _column(51 ) str5 p_mvcaid %5s _column(56 ) long p_mvcare %5f _column(61 ) long statetax %5f _column(66 ) long tax_inc %5f _column(71 ) double martstwt %8.2f _column(79 ) str22 peridnum %22s } /* Copyright 2005 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. */