1 The SAS System 18:54 Wednesday, May 3, 2023 NOTE: Copyright (c) 2016 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software 9.4 (TS1M7) Licensed to CASE WESTERN RESERVE UNIVERSITY - T&R SFA, Site 70049779. NOTE: This session is executing on the Linux 4.18.0-425.10.1.el8_7.x86_64 (LIN X64) platform. NOTE: Analytical products: SAS/STAT 15.2 SAS/ETS 15.2 SAS/OR 15.2 SAS/IML 15.2 SAS/QC 15.2 NOTE: Additional host information: Linux LIN X64 4.18.0-425.10.1.el8_7.x86_64 #1 SMP Wed Dec 14 16:00:01 EST 2022 x86_64 Red Hat Enterprise Linux release 8.7 (Ootpa) 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.01 seconds cpu time 0.02 seconds 1 options ls = 80; 2 libname fu '.'; NOTE: Libref FU was successfully assigned as follows: Engine: V9 Physical Name: /meta/users/pxf/public_html/teaching/435/final 3 data w; 4 set fu.prostate; NOTE: Data file FU.PROSTATE.DATA is in a format that is native to another host, or the file encoding does not match the session encoding. Cross Environment Data Access will be used, which might require additional CPU resources and might reduce performance. 5 /*Assuming the sas dataset prostate.sas7bdat is located at ./data */ NOTE: There were 239 observations read from the data set FU.PROSTATE. NOTE: The data set WORK.W has 239 observations and 9 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds 2 The SAS System 18:54 Wednesday, May 3, 2023 cpu time 0.00 seconds 6 proc contents; NOTE: The PROCEDURE CONTENTS printed page 1. NOTE: PROCEDURE CONTENTS used (Total process time): real time 0.01 seconds cpu time 0.03 seconds 7 proc print; 8 run; NOTE: There were 239 observations read from the data set WORK.W. NOTE: The PROCEDURE PRINT printed pages 2-6. NOTE: PROCEDURE PRINT used (Total process time): real time 0.00 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 0.04 seconds cpu time 0.05 seconds