1 The SAS System 01:50 Monday, June 27, 2005 NOTE: Copyright (c) 1999-2000 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software Release 8.1 (TS1M0) Licensed to UNIV OF CA/BERKELEY, Site 0029107012. NOTE: This session is executing on the SunOS 5.8 platform. This message is contained in the SAS news file, and is presented upon initialization. Edit the files "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.08 seconds cpu time 0.04 seconds 1 libname sastmp '/Sastemp'; NOTE: Libref SASTMP was successfully assigned as follows: Engine: V8 Physical Name: /Sastemp 2 filename in '~/nta/scf/rawdata/scf83b'; 3 proc cimport data=Sastmp.scf83b infile=in; 4 run; NOTE: Proc CIMPORT begins to create/update data set SASTMP.SCF83B NOTE: Data set contains 1387 variables and 4262 observations. Logical record length is 9832 NOTE: PROCEDURE CIMPORT used: real time 8.32 seconds cpu time 6.17 seconds 5 6 %include '~/nta/savastata.mac'; 2152 2153 data scf1983b; 2154 set Sastmp.scf83b; 2155 %savastata(~/nta/scf/scfdata,replace); NOTE: There were 4262 observations read from the data set SASTMP.SCF83B. NOTE: The data set WORK.SCF1983B has 4262 observations and 1387 variables. NOTE: DATA statement used: real time 14.99 seconds cpu time 2.12 seconds NOTE: Savastata has successfully saved the * Stata 8 Intercooled data file /home/brass/hdir0/ebenstei/nta/scf/scfdata/scf1983b.dta. * Stata reports that the dataset has 4262 observations and 1387 variables. * NOTE: Savastata took about 1 mins to run. * 6337 run; 6338 2 The SAS System 01:50 Monday, June 27, 2005 NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 NOTE: The SAS System used: real time 1:31.16 cpu time 39.59 seconds