LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (September 2001, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 18 Sep 2001 13:04:26 +0200
Reply-To:   Stig Eide <stigeide@YAHOO.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Stig Eide <stigeide@YAHOO.COM>
Organization:   SAS Institute, Inc.
Subject:   Re: Two small Qs on proc univariate

Hi. pctlpts means percentiles. pctlpre means the prefix that is used to name the variable. Hope this helps, Stig Eide

"pAyp" <pauladx@home.com> wrote in message news:Cvfp7.15466$L%5.12887073@news1.rdc1.sfba.home.com... > In proc univariate, one can write output statement as such > > "........ > > output out=outdata std=instd pctlpts=99 pctlpre=inc; > > run; > > " > > Std obviously means standard deviation. Does anyone know what are pctlpts > and pctlpre? Also, we are simply asking SAS to label the column that holds > std as instd, the one that holds pctlpts as 99? and the one holding pctlpre > as inc? > > Thanks > > Paula D > > >


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