1 The SAS System 01:51 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.09 seconds cpu time 0.06 seconds 1 libname sastmp '/Sastemp'; NOTE: Libref SASTMP was successfully assigned as follows: Engine: V8 Physical Name: /Sastemp 2 filename in '~/nta/scf/rawdata/scf86b'; 3 proc cimport data=Sastmp.scf86b infile=in; 4 run; NOTE: Proc CIMPORT begins to create/update data set SASTMP.SCF86B NOTE: Data set contains 579 variables and 2822 observations. Logical record length is 4632 NOTE: PROCEDURE CIMPORT used: real time 2.89 seconds cpu time 1.95 seconds 5 6 %include '~/nta/savastata.mac'; 2152 2153 data scf1986b; 2154 set Sastmp.scf86b; 2155 %savastata(~/nta/scf/scfdata,replace); NOTE: There were 2822 observations read from the data set SASTMP.SCF86B. NOTE: The data set WORK.SCF1986B has 2822 observations and 579 variables. NOTE: DATA statement used: real time 2.75 seconds cpu time 0.63 seconds NOTE: Savastata has successfully saved the * Stata 8 Intercooled data file /home/brass/hdir0/ebenstei/nta/scf/scfdata/scf1986b.dta. * Stata reports that the dataset has 2822 observations and 579 variables. * NOTE: Savastata took less than a minute to run. * 3913 run; NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 2 The SAS System 01:51 Monday, June 27, 2005 NOTE: The SAS System used: real time 26.52 seconds cpu time 12.52 seconds