1 The SAS System 08:48 Tuesday, November 15, 2011 WARNING: The Base Product product with which Session Manager is associated WARNING: will be expiring soon, and is currently in warning mode to indicate WARNING: this upcoming expiration. Please run PROC SETINIT to obtain more WARNING: information on your warning period. NOTE: Copyright (c) 2002-2008 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software 9.2 (TS2M2) Licensed to UNIVERSITY OF FLORIDA-T/R, Site 70055083. NOTE: This session is executing on the Linux 2.6.24-29-server (LINUX) platform. WARNING: Your system is scheduled to expire on December 13, 2011, which is 28 days from now. The SAS System will no longer function on or after that date. Please contact your SAS Installation Representative to obtain your updated SAS Installation Data (SID) file, which includes SETINIT information. To locate the name of your SAS Installation Representative go to http://support.sas.com/repfinder and provide your site number 70055083 and company name as UNIVERSITY OF FLORIDA-T/R. On the SAS REP list provided, locate the REP for operating system LINUX. 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.02 seconds cpu time 0.02 seconds 1 options nodate nonumber ps=54 ls=76; 2 3 data muscle2; 4 infile 'muscle2.dat'; 5 input M 5-8 W 10-16 H 18-24; 6 run; NOTE: The infile 'muscle2.dat' is: Filename=/home/winner/public_html/data/muscle2.dat, Owner Name=winner,Group Name=winner, Access Permission=rwxrwxrwx, Last Modified=Fri Jan 4 13:26:07 2008, File Size (bytes)=925 The SAS System NOTE: 37 records were read from the infile 'muscle2.dat'. The minimum record length was 24. The maximum record length was 24. NOTE: The data set WORK.MUSCLE2 has 37 observations and 3 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 7 8 ods PDF file="muscle2_sas1.pdf"; NOTE: Writing ODS PDF output to DISK destination "/home/winner/public_html/data/muscle2_sas1.pdf", printer "PDF". 9 ods graphics on; 10 11 /* In version 9.3 you can add qqplot in proc reg, not in version 11 ! 9.2 */ 12 proc reg plots=diagnostics plots(label)=(rstudentbyleverage 12 ! cooksd); WARNING: The SAS/STAT product with which REG is associated will be expiring soon, and is currently in warning mode to indicate this upcoming expiration. Please run PROC SETINIT to obtain more information on your warning period. 13 model H = M W /influence vif; 14 run; ERROR: The connection to the X display server could not be made. Verify that the X display name is correct, and that you have access authorization. See the online Help for more information about connecting to an X display server. ERROR: The connection to the X display server could not be made. Verify that the X display name is correct, and that you have access authorization. See the online Help for more information about connecting to an X display server. ERROR: The connection to the X display server could not be made. Verify that the X display name is correct, and that you have access authorization. See the online Help for more information about connecting to an X display server. ERROR: The connection to the X display server could not be made. Verify that the X display name is correct, and that you have access authorization. See the online Help for more information about connecting to an X display server. 15 16 ods graphics off; 17 ods PDF close; NOTE: ODS PDF printed 7 pages to /home/winner/public_html/data/muscle2_sas1.pdf. 18 The SAS System 19 run; 20 quit; NOTE: The PROCEDURE REG printed pages 1-3. NOTE: PROCEDURE REG used (Total process time): real time 10.62 seconds cpu time 1.20 seconds 21 ERROR: Errors printed on page 2. NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 NOTE: The SAS System used: real time 10.72 seconds cpu time 1.30 seconds