1 The SAS System 07:07 Tuesday, March 31, 2015 NOTE: Copyright (c) 2002-2012 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software 9.4 (TS1M1) Licensed to UNIVERSITY OF FLORIDA - SFA T&R, Site 70095659. NOTE: This session is executing on the Linux 2.6.32-504.8.1.el6.x86_64 (LIN X64) platform. NOTE: Updated analytical products: SAS/STAT 13.1 SAS/ETS 13.1 SAS/OR 13.1 SAS/IML 13.1 SAS/QC 13.1 NOTE: Additional host information: Linux LIN X64 2.6.32-504.8.1.el6.x86_64 #1 SMP Fri Dec 19 12:09:25 EST 2014 x86_64 Red Hat Enterprise Linux Server release 6.6 (Santiago) 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.16 seconds cpu time 0.02 seconds 1 options nodate nonumber ps=54 ls=78; 2 3 data lobster; 4 infile 'lobster_survive.dat'; 5 input size survive; 6 run; NOTE: The infile 'lobster_survive.dat' is: Filename=/home/winner/public_html/data/lobster_survive.dat, Owner Name=winner,Group Name=winner, The SAS System Access Permission=-rwxr--r--, Last Modified=30Mar2015:19:07:28, File Size (bytes)=2703 NOTE: 159 records were read from the infile 'lobster_survive.dat'. The minimum record length was 16. The maximum record length was 16. NOTE: The data set WORK.LOBSTER has 159 observations and 2 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 7 8 proc genmod descending; 9 model survive=; 10 run; NOTE: The DESCENDING option applies only to the multinomial distribution with ordinal response. NOTE: Algorithm converged. NOTE: The scale parameter was estimated by maximum likelihood. NOTE: The PROCEDURE GENMOD printed page 1. NOTE: PROCEDURE GENMOD used (Total process time): real time 0.30 seconds cpu time 0.03 seconds 11 12 proc genmod descending; 13 model survive= size; 14 run; NOTE: The DESCENDING option applies only to the multinomial distribution with ordinal response. NOTE: Algorithm converged. NOTE: The scale parameter was estimated by maximum likelihood. NOTE: The PROCEDURE GENMOD printed page 2. NOTE: PROCEDURE GENMOD used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 15 16 NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 NOTE: The SAS System used: real time 0.76 seconds cpu time 0.06 seconds