1 The SAS System 13:10 Tuesday, December 1, 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.34 seconds cpu time 0.12 seconds 1 options nocenter; 2 options notes mlogic mprint symbolgen; 3 ** by Jean Roth, jroth@nber.org , 2009-07-28 ; 4 5 libname in "/homes/nber/jroth/bulk/cost-reports/hosp/"; NOTE: Libref IN was successfully assigned as follows: Engine: V9 Physical Name: /homes/nber/jroth/bulk/cost-reports/hosp 6 libname out "."; NOTE: Libref OUT was successfully assigned as follows: Engine: V9 Physical Name: /disk/nber10/SCCS/hcris/fy 7 8 data out.wksht_cds; 9 set out.alphnmrc_wksht_clmn_line_combos out.nmrc_wksht_clmn_line_combos ; 10 NOTE: There were 5588 observations read from the data set OUT.ALPHNMRC_WKSHT_CLMN_LINE_COMBOS. NOTE: There were 220136 observations read from the data set OUT.NMRC_WKSHT_CLMN_LINE_COMBOS. NOTE: The data set OUT.WKSHT_CDS has 225724 observations and 3 variables. NOTE: DATA statement used (Total process time): real time 0.59 seconds cpu time 0.16 seconds 2 The SAS System 13:10 Tuesday, December 1, 2009 11 proc sort data=out.wksht_cds (keep=wksht_cd) nodupkey; 12 by wksht_cd; 13 NOTE: There were 225724 observations read from the data set OUT.WKSHT_CDS. NOTE: 225031 observations with duplicate key values were deleted. NOTE: The data set OUT.WKSHT_CDS has 693 observations and 1 variables. NOTE: PROCEDURE SORT used (Total process time): real time 0.45 seconds cpu time 0.37 seconds 14 proc contents data=out.wksht_cds; 15 x "st -y wksht_cds.sas7bdat wksht_cds.csv" 15 ! ; NOTE: The PROCEDURE CONTENTS printed page 1. NOTE: PROCEDURE CONTENTS used (Total process time): real time 0.33 seconds cpu time 0.06 seconds NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 NOTE: The SAS System used: real time 1.76 seconds cpu time 0.76 seconds