Created box plot using Proc sgplot (ver SAS 9.3) . It appears the output generates the whisker using 1.5*(Q3-Q1) to generate the whisker and anything beyond it consider as outlier. Is there any way to extend the whisker to minimum and maximum value in proc sgplot?