You don't show us your code, but I will assume that you are doing this Tukey test in PROC GLM. Next time show us your code, don't make me guess or assume.
In the MEANS statement, Tukey's multiple comparison generally does not produce p-values. It produces pairwise comparisons via the LINES option, which produces results like this:

You can also get the confidence intervals for pairwise comparison of means using the CLDIFF option, but again no p-values.

In the LSMEANS statement, with the PDIFF option, you can get p-values

--
Paige Miller