|
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
>
>
>
|