1 The SAS System 09:58 Tuesday, November 30, 2010 NOTE: Copyright (c) 2002-2008 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software 9.2 (TS2M2) Licensed to UNIVERSITY OF FLORIDA-T/R, Site 70055083. NOTE: This session is executing on the Linux 2.6.24-28-server (LINUX) platform. 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 0.02 seconds cpu time 0.01 seconds 1 options ps=54 ls=80; 2 3 data txtemp; 4 infile 'texas1.dat'; 5 input county 1-15 jantemp 24-25 lat 27-33 long 35-41 elev 43-48; 6 lat_elev=lat*elev; 7 run; NOTE: The infile 'texas1.dat' is: Filename=/home/winner/public_html/data/texas1.dat, Owner Name=winner,Group Name=winner, Access Permission=rwxrwxrwx, Last Modified=Thu Dec 2 08:57:18 2004, File Size (bytes)=800 NOTE: Invalid data for county in line 1 1-15. RULE: ----+----1----+----2----+----3----+----4----+----5----+----6----+----7 1 Harris 56 29.767 95.367 41 49 county=. jantemp=56 lat=29.767 long=95.367 elev=4 lat_elev=119.068 _ERROR_=1 _N_=1 NOTE: Invalid data for county in line 2 1-15. 2 Dallas 48 32.85 96.85 440 49 county=. jantemp=48 lat=32.85 long=96.85 elev=44 lat_elev=1445.4 _ERROR_=1 _N_=2 2 The SAS System 09:58 Tuesday, November 30, 2010 NOTE: Invalid data for county in line 3 1-15. RULE: ----+----1----+----2----+----3----+----4----+----5----+----6----+----7 3 Kennedy 60 26.933 97.8 25 49 county=. jantemp=60 lat=26.933 long=97.8 elev=2 lat_elev=53.866 _ERROR_=1 _N_=3 NOTE: Invalid data for county in line 4 1-15. 4 Midland 46 31.95 102.183 2851 49 county=. jantemp=46 lat=31.95 long=102.183 elev=285 lat_elev=9105.75 _ERROR_=1 _N_=4 NOTE: Invalid data for county in line 5 1-15. 5 Deaf Smith 38 34.8 102.467 3840 49 county=. jantemp=38 lat=34.8 long=102.467 elev=384 lat_elev=13363.2 _ERROR_=1 _N_=5 NOTE: Invalid data for county in line 6 1-15. 6 Knox 46 33.45 99.633 1461 49 county=. jantemp=46 lat=33.45 long=99.633 elev=146 lat_elev=4883.7 _ERROR_=1 _N_=6 NOTE: Invalid data for county in line 7 1-15. 7 Maverick 53 28.7 100.483 815 49 county=. jantemp=53 lat=28.7 long=100.483 elev=81 lat_elev=2324.7 _ERROR_=1 _N_=7 NOTE: Invalid data for county in line 8 1-15. 8 Nolan 46 32.45 100.533 2380 49 county=. jantemp=46 lat=32.45 long=100.533 elev=238 lat_elev=7723.1 _ERROR_=1 _N_=8 NOTE: Invalid data for county in line 9 1-15. 9 El Paso 44 31.8 106.4 3918 49 county=. jantemp=44 lat=31.8 long=106.4 elev=391 lat_elev=12433.8 _ERROR_=1 _N_=9 NOTE: Invalid data for county in line 10 1-15. 10 Collington 41 34.85 100.217 2040 49 county=. jantemp=41 lat=34.85 long=100.217 elev=204 lat_elev=7109.4 _ERROR_=1 _N_=10 NOTE: Invalid data for county in line 11 1-15. 11 Pecos 47 30.867 102.9 3000 49 county=. jantemp=47 lat=30.867 long=102.9 elev=300 lat_elev=9260.1 _ERROR_=1 _N_=11 NOTE: Invalid data for county in line 12 1-15. 12 Sherman 36 36.35 102.083 3693 49 county=. jantemp=36 lat=36.35 long=102.083 elev=369 lat_elev=13413.15 _ERROR_=1 _N_=12 NOTE: Invalid data for county in line 13 1-15. 13 Travis 52 30.3 97.7 597 49 county=. jantemp=52 lat=30.3 long=97.7 elev=59 lat_elev=1787.7 _ERROR_=1 _N_=13 NOTE: Invalid data for county in line 14 1-15. 14 Zapata 60 26.9 99.283 315 49 county=. jantemp=60 lat=26.9 long=99.283 elev=31 lat_elev=833.9 _ERROR_=1 _N_=14 NOTE: Invalid data for county in line 15 1-15. 15 Lasalle 56 28.45 99.217 459 49 county=. jantemp=56 lat=28.45 long=99.217 elev=45 lat_elev=1280.25 _ERROR_=1 _N_=15 NOTE: Invalid data for county in line 16 1-15. 3 The SAS System 09:58 Tuesday, November 30, 2010 RULE: ----+----1----+----2----+----3----+----4----+----5----+----6----+----7 16 Cameron 62 25.9 97.433 19 49 county=. jantemp=62 lat=25.9 long=97.433 elev=1 lat_elev=25.9 _ERROR_=1 _N_=16 NOTE: 16 records were read from the infile 'texas1.dat'. The minimum record length was 49. The maximum record length was 49. NOTE: The data set WORK.TXTEMP has 16 observations and 6 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 8 9 proc reg; 10 model jantemp=lat long elev; 11 model jantemp=lat; 12 model jantemp=lat elev; 13 model jantemp=lat elev lat_elev; 14 run; 15 16 quit; NOTE: The PROCEDURE REG printed pages 1-4. NOTE: PROCEDURE REG used (Total process time): real time 0.04 seconds cpu time 0.03 seconds 17 NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 NOTE: The SAS System used: real time 0.07 seconds cpu time 0.05 seconds