1 The SAS System 20:56 Wednesday, March 8, 1995 NOTE: Copyright (c) 1989-1992 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software Release 6.09 TS039 Licensed to HARVARD SCHOOL OF PUBLIC HEALTH-INSTRUCTIONAL COMP, Site 0001177014. 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: AUTOEXEC processing beginning; file is /usr/local/sas609/autoexec.sas. NOTE: SAS initialization used: real time 0.74 seconds cpu time 0.52 seconds NOTE: AUTOEXEC processing completed. 1 options nocenter ls=80; 2 libname save '.'; NOTE: Libref SAVE was successfully assigned as follows: Engine: V609 Physical Name: /tmp_mnt/disk/usr1/ftp/pub/pwt56/.html 3 data save.pwt56; 4 infile 'pwt56.dat' lrecl=256 stopover; 5 length country $ 15; 6 input line country & $ year 7 POP RGDPCH RGDPL C I G RGDPTT Y CGDP CC CI CG P PC PI PG XR RGDPEA RGDPW 8 KAPW KDUR KNRES KOTHER KRES KTRANP OPEN RGNP IPRI STLIV; 9 run; NOTE: The infile 'pwt56.dat' is: File Name=/tmp_mnt/disk/usr1/ftp/pub/pwt56/.html/pwt56.dat, Owner Name=feenberg,Group Name=aging, Access Permission=rw-rw-r--, File Size (bytes)=1563637 NOTE: 6536 records were read from the infile 'pwt56.dat'. The minimum record length was 227. The maximum record length was 256. NOTE: The data set SAVE.PWT56 has 6536 observations and 32 variables. NOTE: DATA statement used: real time 27.39 seconds cpu time 7.08 seconds 10 11 proc means; 12 run; NOTE: The PROCEDURE MEANS printed page 1. NOTE: PROCEDURE MEANS used: real time 6.67 seconds cpu time 4.19 seconds NOTE: The SAS System used: real time 35.06 seconds cpu time 11.86 seconds NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414