LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (October 2009, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sat, 31 Oct 2009 07:12:12 -0400
Reply-To:     Shaik Hymad <hymadsk@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Shaik Hymad <hymadsk@GMAIL.COM>
Subject:      how to solve proc univariate note problem

HI To all,

Im using proc univariate cod like

PROC UNIVARIATE DATA=X PLOT NORMAL; VAR RESID; BY PATID; RUN;

IM GETTING NOTE LIKE

NOTE: Formatted values of BY variable VORDER truncated to 8 characters in side-by-side box plots. NOTE: PROCEDURE UNIVARIATE used: real time 0.04 seconds cpu time 0.01 seconds

CAN YOU PLEASE HELP ME


Back to: Top of message | Previous page | Main SAS-L page