1 The SAS System 13:36 Tuesday, March 20, 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 0.58 seconds cpu time 0.20 seconds 1 *options obs=100; 2 options nocenter; 3 libname in "."; NOTE: Libref IN was successfully assigned as follows: Engine: V9 Physical Name: /disk/nber10/SCCS/natality/sas 4 filename denom pipe 'unzip -p /home/data/natality/data/natl1976.zip'; 5 data in.alameda76; 6 missing z Z ; 7 infile denom lrecl=215 recfm=v missover pad ; 8 9 input 10 @28 sto $2. 11 @28 countyo $5. 12 @84 birmon $2. 13 @208 weight 1. 14 ; NOTE: The infile DENOM is: Pipe command="unzip -p /home/data/natality/data/natl1976.zip" NOTE: 1384847 records were read from the infile DENOM. The minimum record length was 212. 2 The SAS System 13:36 Tuesday, March 20, 2007 The maximum record length was 212. ERROR: User asked for termination NOTE: The SAS System stopped processing this step because of errors. NOTE: SAS set option OBS=0 and will continue to check statements. This may cause NOTE: No observations in data set. WARNING: The data set IN.ALAMEDA76 may be incomplete. When this step was stopped there were 1384847 observations and 4 variables. WARNING: Data set IN.ALAMEDA76 was not replaced because this step was stopped. NOTE: DATA statement used (Total process time): real time 54.87 seconds cpu time 31.60 seconds ERROR: Errors printed on page 2. NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 NOTE: The SAS System used: real time 55.48 seconds cpu time 31.82 seconds