Please post your code. PROC UNIVARIATE is one way to do percentiles as in this example: https://documentation.sas.com/?docsetId=procstat&docsetTarget=procstat_univariate_examples08.htm&doc...
output out=whatever pctlpts=2.5 97.5 pctlpre=p;
FULL explanation and documentation:
Just a note for the future, if you're using a PROC and cannot find the syntax you need to use or not sure how to use, check the Examples section. In this case, the one titled "Saving percentiles in an output data set" is pretty much exactly what you want.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.