1 The SAS System 10:01 Wednesday, April 29, 2009 NOTE: Copyright (c) 2002-2003 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) 9.1 (TS1M3) Licensed to HARVARD UNIV - SCHOOL OF PUBLIC HEALTH - T&R, Site 0001177014. NOTE: This session is executing on the SunOS 5.10 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.33 seconds cpu time 0.12 seconds 1 options nocenter; 2 3 libname in "."; NOTE: Libref IN was successfully assigned as follows: Engine: V9 Physical Name: /disk/nber10/SCCS/natality/2004/data 4 5 proc means data=in.natl2004; 6 var cig_1 cig_2 cig_3; 7 NOTE: There were 94 observations read from the data set IN.NATL2004. NOTE: The PROCEDURE MEANS printed page 1. NOTE: PROCEDURE MEANS used (Total process time): real time 0.21 seconds cpu time 0.10 seconds 8 proc contents data=in.natl2004; NOTE: The PROCEDURE CONTENTS printed pages 2-6. NOTE: PROCEDURE CONTENTS used (Total process time): real time 0.06 seconds cpu time 0.03 seconds 2 The SAS System 10:01 Wednesday, April 29, 2009 NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 NOTE: The SAS System used: real time 0.64 seconds cpu time 0.26 seconds