1 The SAS System 16:05 Thursday, July 20, 2006 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.35 seconds cpu time 0.25 seconds 1 2 options nocenter ; 3 4 libname library "./" ; NOTE: Libref LIBRARY was successfully assigned as follows: Engine: V9 Physical Name: /disk/nber10/SCCS/mortality/1999/data 5 6 proc sort data = library.cause_39_113 ; 7 by ucr39 ucr113 ; 8 NOTE: There were 114 observations read from the data set LIBRARY.CAUSE_39_113. NOTE: The data set LIBRARY.CAUSE_39_113 has 114 observations and 2 variables. NOTE: PROCEDURE SORT used (Total process time): real time 0.13 seconds cpu time 0.10 seconds 9 proc print noobs; NOTE: There were 114 observations read from the data set LIBRARY.CAUSE_39_113. NOTE: The PROCEDURE PRINT printed pages 1-3. NOTE: PROCEDURE PRINT used (Total process time): 2 The SAS System 16:05 Thursday, July 20, 2006 real time 0.15 seconds cpu time 0.10 seconds NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 NOTE: The SAS System used: real time 0.66 seconds cpu time 0.46 seconds