1 The SAS System 16:35 Thursday, March 1, 2012 ERROR: The SAS System is executing on a processor (CPU) whose model name, model number, and serial number are not included in the setinit data used to initialize the SAS System library in use. This is permitted if this processor is a designated backup processor for a licensed CPU. For this site, the SAS system is licensed for the following CPU serial numbers: Model Serial Number +2 ERROR: You are licensed to run on a system with a CPU count of no more than 2 but the actual CPU count is 8. NOTE: Copyright (c) 2002-2010 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software 9.3 (TS1M0) Licensed to NATIONAL BUREAU OF ECONOMIC RESEARCH, Site 70011716. NOTE: This session is executing on the Linux 2.6.32-35-server (LIN X64) platform. ERROR: The SAS System is executing on a processor (CPU) whose model name, model number, and serial number are not included in the setinit data used to initialize the SAS System library in use. This is permitted if this processor is a designated backup processor for a licensed CPU. For this site, the SAS system is licensed for the following CPU serial numbers: Model Serial Number +2 ERROR: You are licensed to run on a system with a CPU count of no more than 2 but the actual CPU count is 8. WARNING: Your system is scheduled to expire on March 30, 2012, which is 29 days from now. The SAS System will no longer function on or after that date. Please contact your SAS Installation Representative to obtain your updated SAS Installation Data (SID) file, which includes SETINIT information. To locate the name of your SAS Installation Representative go to http://support.sas.com/repfinder and provide your site number 70011716 and company name as NATIONAL BUREAU OF ECONOMIC RESEARCH. On the SAS REP list provided, locate the REP for operating system LIN X64. 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.25 seconds cpu time 0.06 seconds 1 *options obs=10; 2 ** by Jean Roth, jroth@nber.org , 2006-07-21 ; 3 options nocenter ; 4 libname library "."; NOTE: Libref LIBRARY was successfully assigned as follows: Engine: V9 2 The SAS System 16:35 Thursday, March 1, 2012 Physical Name: /disk/data2/mortality/9_10 5 ** A 'Y' compflag means no ICD-10 code could be assigned ; 6 %let dataset=library.icd9_icd10_comparability; 7 data &dataset.; WARNING: The Base SAS Software product with which DATASTEP is associated will be expiring soon, and is currently in warning mode to indicate this upcoming expiration. Please run PROC SETINIT to obtain more information on your warning period. 8 FILENAME datafile pipe "unzip -p /homes/data/mortality/9_10/ICD9_ICD10_comparability_public_use_ASCII.ZIP"; 9 INFILE datafile lrecl=720; 10 input 11 @142 cause $4. 12 @157 cause34 $3. 13 @441 compflag $1 14 @444 uc10 $4. 15 ; 16 %include "/homes/data/mortality/9_10/Classify_to_130_list.sas" ; 8925 %include "/homes/data/mortality/9_10/Classify_to_113_list.sas" ; NOTE: The infile DATAFILE is: Pipe command="unzip -p /homes/data/mortality/9_10/ICD9_ICD10_comparability_public_use_ASCII.ZIP" NOTE: 2318212 records were read from the infile DATAFILE. The minimum record length was 690. The maximum record length was 690. NOTE: The data set LIBRARY.ICD9_ICD10_COMPARABILITY has 2318212 observations and 8 variables. NOTE: DATA statement used (Total process time): real time 2:38.36 cpu time 2:37.17 NOTE: Format LISTA has been output. 12563 run; NOTE: PROCEDURE FORMAT used (Total process time): real time 0.02 seconds cpu time 0.01 seconds 12564 ** ; 12565 proc means data =&dataset. ; NOTE: There were 2318212 observations read from the data set LIBRARY.ICD9_ICD10_COMPARABILITY. NOTE: The PROCEDURE MEANS printed page 1. NOTE: PROCEDURE MEANS used (Total process time): real time 3.23 seconds cpu time 0.74 seconds 12566 proc print data =&dataset. ( obs = 10 ); NOTE: There were 10 observations read from the data set LIBRARY.ICD9_ICD10_COMPARABILITY. NOTE: The PROCEDURE PRINT printed page 2. NOTE: PROCEDURE PRINT used (Total process time): real time 0.05 seconds cpu time 0.02 seconds 12567 proc contents data=&dataset.; NOTE: The PROCEDURE CONTENTS printed page 3. 3 The SAS System 16:35 Thursday, March 1, 2012 NOTE: PROCEDURE CONTENTS used (Total process time): real time 0.16 seconds cpu time 0.01 seconds NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 NOTE: The SAS System used: real time 2:42.19 cpu time 2:38.01