1 The SAS System 13:33 Monday, February 6, 2006 NOTE: Copyright (c) 1999-2001 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software Release 8.2 (TS2M0) Licensed to HARVARD SCHOOL OF PUBLIC HEALTH-INSTRUCTIONAL COMP, Site 0001177014. NOTE: This session is executing on the SunOS 5.9 platform. This message is contained in the SAS news file, and is presented upon initialization. Edit the files "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.40 seconds cpu time 0.17 seconds 1 *options obs=100; 2 OPTIONS COMPRESS='YES'; 3 ; 4 DATA IN; 5 6 filename piper pipe "zcat /home/data/natality/2000/data/natl00.dat.Z"; 7 *INFILE 'C:\temp\natl00.sas' LRECL=282 PAD END=EOF; 8 INFILE piper LRECL=284 recfm=f PAD END=EOF; 9 INPUT 10 /* Source file: nata00.DAT */ 11 @1 DATAYEAR 4. 12 ; WARNING: Compression was disabled for data set WORK.IN because compression overhead would increase the size of the data set. NOTE: The infile PIPER is: Pipe command="zcat /home/data/natality/2000/data/natl00.dat.Z" NOTE: 4063823 records were read from the infile PIPER. NOTE: The data set WORK.IN has 4063823 observations and 1 variables. NOTE: DATA statement used: real time 2:50.64 cpu time 1:14.26 NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 NOTE: The SAS System used: real time 2:51.07 cpu time 1:14.45