1 The SAS System 15:08 Tuesday, March 20, 2018 NOTE: Copyright (c) 2002-2012 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software 9.4 (TS1M3 MBCS3170) Licensed to NATIONAL BUREAU OF ECONOMIC RESEARCH, Site 70111351. NOTE: This session is executing on the Linux 2.6.32-696.18.7.el6.x86_64 (LIN X64) platform. NOTE: Updated analytical products: SAS/STAT 14.1 NOTE: Additional host information: Linux LIN X64 2.6.32-696.18.7.el6.x86_64 #1 SMP Wed Jan 3 19:31:16 CST 2018 x86_64 Scientific Linux release 6.9 (Carbon) 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.11 seconds cpu time 0.01 seconds 1 options nocenter; 2 3 libname in "."; NOTE: Libref IN was successfully assigned as follows: Engine: V9 Physical Name: /disk/data3/mortality/2016 4 5 *proc contents data=in.ucod2016; 6 7 8 *proc freq data=in.ucod2016; 9 proc freq data=in.mort2016; 10 tables ucod; NOTE: There were 2749864 observations read from the data set IN.MORT2016. NOTE: The PROCEDURE FREQ printed pages 1-76. NOTE: PROCEDURE FREQ used (Total process time): real time 4.27 seconds cpu time 0.47 seconds NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 2 The SAS System 15:08 Tuesday, March 20, 2018 NOTE: The SAS System used: real time 4.41 seconds cpu time 0.48 seconds