data quantiles; q1 = probit(0.975); q2 = cinv(0.95,1); q3 = tinv(0.975,80); q4 = finv(0.95,1,40); run; proc print; run;