I am trying to create a weekly table with Proc tabulate using a daterange prompt. The weekday is a class variable with other class and var variables. The problem I am facing is that if there is no data for a date then it is not displayed in the table and thus distorting my table.
I'm wondering if there is a way to include dates for which there is no data. I know about the classdata=dset option but that requires values of all class variables and that is also not desirable.