To do what you are attempting with proc tabulate I believe you would need to create additional class variables with the desired label for Var_a and Var_b and display the variables to suppress the labels. The new variables would obviously need to be on a class statement and the table statement would need to be modified to something like
table var_a_labeltext='' * var_a=''
Or move to proc report
The 2025 SAS Hackathon has begun!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.