1 The SAS System 18:56 Thursday, July 19, 2007 NOTE: Copyright (c) 2002-2003 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) 9.1 (TS1M3) Licensed to HARVARD SCHOOL OF PUBLIC HEALTH-INSTRUCTIONAL COMP, Site 0001177014. NOTE: This session is executing on the SunOS 5.9 platform. NOTE: SAS 9.1.3 Service Pack 3 ----------------------------------------------------------------------- NBER NOTE: sas now defaults to sas9. sas8 or sas6 will invoke sas version 8 or 6 respectively. - 2005/10/21 ----------------------------------------------------------------------- You are running SAS 9. Some SAS 8 files will be automatically converted by the V9 engine; others are incompatible. Please see http://support.sas.com/rnd/migration/planning/platform/64bit.html PROC MIGRATE will preserve current SAS file attributes and is recommended for converting all your SAS libraries from any SAS 8 release to SAS 9. For details and examples, please see http://support.sas.com/rnd/migration/index.html This message is contained in the SAS news file, and is presented upon initialization. Edit the file "news" in the "misc/base" directory to display site-specific news and information in the program log. The command line option "-nonews" will prevent this display. NOTE: SAS initialization used: real time 1.47 seconds cpu time 0.23 seconds 1 options nocenter ps=79 ls=132; 2 data; 3 infile "fort.10"; 4 input id weight year state deps itemize agi ftax stax frate srate; 5 records = 1; 6 run; NOTE: The infile "fort.10" is: File Name=/disk/homes2b/nber/taxsim/public_html/metcalf/fort.10, Owner Name=taxsim,Group Name=taxsim, Access Permission=rw-r--r--, File Size (bytes)=152336268 NOTE: 1813527 records were read from the infile "fort.10". The minimum record length was 83. The maximum record length was 83. NOTE: The data set WORK.DATA1 has 1813527 observations and 12 variables. NOTE: DATA statement used (Total process time): real time 29.91 seconds cpu time 16.81 seconds 7 8 proc means; 9 weight weight; 10 run; NOTE: There were 1813527 observations read from the data set WORK.DATA1. NOTE: The PROCEDURE MEANS printed page 1. NOTE: PROCEDURE MEANS used (Total process time): real time 10.72 seconds cpu time 11.38 seconds 11 12 proc tabulate noseps; 13 weight weight; 14 class year state; 15 var fold sold rate rateh records; ERROR: Variable FOLD not found. ERROR: Variable SOLD not found. ERROR: Variable RATE not found. 2 The SAS System 18:56 Thursday, July 19, 2007 ERROR: Variable RATEH not found. 16 table year,mean*(rate rateh) sum*records; 17 table state all,year*mean*rate*f=6.2 /rts=10; 18 run; NOTE: The SAS System stopped processing this step because of errors. NOTE: PROCEDURE TABULATE used (Total process time): real time 0.15 seconds cpu time 0.00 seconds ERROR: Errors printed on pages 1,2. NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 NOTE: The SAS System used: real time 42.38 seconds cpu time 28.44 seconds