1 The SAS System 13:28 Thursday, January 20, 2005 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.17 seconds cpu time 0.06 seconds 1 2 libname library './'; NOTE: Libref LIBRARY was successfully assigned as follows: Engine: V8 Physical Name: /disk/nber10/SCCS/sipp/2001 3 4 %let wv = 2 ; 5 6 filename raw pipe "unzip -p /homes/data/sipp/2001/sipp01w&wv..zip "; 7 *filename raw pipe "unzip -p /homes/data/sipp/www.sipp.census.gov/pub/sipp/2001/l01puw2.dat.gz "; 8 9 data library.sip01w2; 10 11 infile raw lrecl = 20000 missover ; 12 * To read in uncompressed file, uncomment INFILE & comment filename & infile lines; 13 * On a PC, you may need to change the direction of the slashes as in C:\; 14 *INFILE '/homes/data/sipp/2001/sipp01w2.dat' LRECL=20000 PAD END=EOF; 15 16 INPUT 17 18 @63 WHFNWGT 10. 19 @284 WFFINWGT 10.4 20 @410 WSFINWGT 10.4 21 @563 WPFINWGT 10.4 22 ; 23 NOTE: The infile RAW is: Pipe command="unzip -p /homes/data/sipp/2001/sipp01w2.zip " NOTE: 289300 records were read from the infile RAW. The minimum record length was 2192. The maximum record length was 2192. NOTE: The data set LIBRARY.SIP01W2 has 289300 observations and 4 variables. NOTE: DATA statement used: real time 3:13.45 cpu time 1:22.26 2 The SAS System 13:28 Thursday, January 20, 2005 24 proc means ; NOTE: There were 289300 observations read from the data set LIBRARY.SIP01W2. NOTE: The PROCEDURE MEANS printed page 1. NOTE: PROCEDURE MEANS used: real time 2.40 seconds cpu time 1.07 seconds NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 NOTE: The SAS System used: real time 3:16.17 cpu time 1:23.40