Yes. In SAS procedures the output column for the p-values will be labeled as "Pr > statistic" where statistic might be "t" for a t-statistic, "F" for an F statistic, "ChiSq" for a chi-square statistic, and so on.
Small values in that column indicate a rejection of the null hypothesis at the specified significance level.
... View more