Many base procedures require an input SAS data set. You specify the input SAS data set using the DATA= option in the procedure statement, for example, proc print data=emp; If you omit the DATA= option ...
Many parametric tests assume an underlying normal distribution for the population. If your data do not meet this assumption, you may prefer to use a nonparametric analysis. Base SAS software provides ...