1 The SAS System 07:18 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.06 seconds cpu time 0.02 seconds 1 options nodate nonumber ps=54 ls=78; 2 3 data one; 4 input size n y; 5 cards; NOTE: The data set WORK.ONE has 11 observations and 3 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds The SAS System 17 ; 18 run; 19 20 proc genmod descending; 21 model y/n = ; 22 run; NOTE: The DESCENDING option applies only to the multinomial distribution with ordinal response. NOTE: Algorithm converged. NOTE: The scale parameter was held fixed. NOTE: The PROCEDURE GENMOD printed pages 1-2. NOTE: PROCEDURE GENMOD used (Total process time): real time 0.04 seconds cpu time 0.02 seconds 23 24 25 proc genmod descending; 26 model y/n = size; 27 run; NOTE: The DESCENDING option applies only to the multinomial distribution with ordinal response. NOTE: Algorithm converged. NOTE: The scale parameter was held fixed. NOTE: The PROCEDURE GENMOD printed pages 3-4. NOTE: PROCEDURE GENMOD used (Total process time): real time 0.00 seconds cpu time 0.02 seconds NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 NOTE: The SAS System used: real time 0.12 seconds cpu time 0.07 seconds