there is an example in online doc at http://support.sas.com/onlinedoc/913/getDoc/en/procstat.hlp/univariate_sect57.htm
adapted here, to use sashelp.class data with a class statement
[pre]
proc univariate data= sashelp.class noprint ;
class sex ;
var weight height ;
output out=Pctls pctlpts = 20 40
pctlpre = weight height
pctlname = pct20 pct40 ;
run ;
[/pre]
Good Luck
Peter
2025 SAS Hackathon: There is still time!
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!