1 The SAS System 18:15 Thursday, September 1, 2016 NOTE: Copyright (c) 2002-2012 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software 9.4 (TS1M3) Licensed to NATIONAL BUREAU OF ECONOMIC RESEARCH, Site 70111351. NOTE: This session is executing on the Linux 2.6.32-642.4.2.el6.x86_64 (LIN X64) platform. NOTE: Updated analytical products: SAS/STAT 14.1 NOTE: Additional host information: Linux LIN X64 2.6.32-642.4.2.el6.x86_64 #1 SMP Tue Aug 23 11:15:56 CDT 2016 x86_64 Scientific Linux release 6.8 (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.04 seconds cpu time 0.03 seconds 1 2 options nocenter ; 3 options nofmterr ; 4 ** by Jean Roth , jroth@nber.org , 2016-09-01 ; 5 6 libname in "." ; NOTE: Libref IN was successfully assigned as follows: Engine: V9 Physical Name: /disk/data3/fars/ftp.nhtsa.dot.gov/FARS/2015/National 7 8 *proc contents data = in.vindecode ; 9 10 data in.vindecode ; 11 set in.vindecode ; 12 NOTE: Format STATE15F was not found or could not be loaded. NOTE: There were 50056 observations read from the data set IN.VINDECODE. NOTE: The data set IN.VINDECODE has 50056 observations and 103 variables. NOTE: DATA statement used (Total process time): real time 4.82 seconds 2 The SAS System 18:15 Thursday, September 1, 2016 cpu time 0.63 seconds 13 proc datasets library=in nolist ; 14 modify vindecode ; 15 label cylndrs = "Contains a code that represents the number of cylinders a vehicle's combustion engine can have." ; 16 label rearsize = "The size of the rear tires. example '17R245'"; 17 label shipweight = "Contains the base weight of the vehicle, rounded to the nearest one hundred pounds, as defined in the 17 ! OEM's specifications." 18 label enghead = "(Head Configuration) Describes the cylinder head's camshaft/valve configuration." 19 label msrp = "Contains the base price of the vehicle as designated by the OEM's specifications." 20 label ncicmake = "Contains the Polk standardized abbreviation for the OEM's vehicle make one hundred pounds, as defined 20 ! in the OEM's specifications." 21 label tkcab = "(Cab Configuration) Cab Type describes the physical configuration of a truck's cabin." 22 run; 23 NOTE: MODIFY was successful for IN.VINDECODE.DATA. NOTE: PROCEDURE DATASETS used (Total process time): real time 0.32 seconds cpu time 0.07 seconds 24 proc contents data = in.vindecode ; NOTE: The PROCEDURE CONTENTS printed pages 1-4. NOTE: PROCEDURE CONTENTS used (Total process time): real time 0.01 seconds cpu time 0.00 seconds NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 NOTE: The SAS System used: real time 5.21 seconds cpu time 0.74 seconds