There have been a couple of threads about testing if a variable is a moderating variable in here lately, and it is something I am learning about as I go. Given that, I don't think you can use a categorical variable in a regression without specifying a reference level (at least for non-full rank parameterization). But with only two levels, it should not make a difference. You could even treat the variable as continuous.
Yet another way to look at this as stratification would be to include the interaction between severity and time spent in the model. Then using the SLICE statement, you could calculate the ORs for the simple effect of time spent at each level of severity. This would "stratify" the analysis in the sense that the ORs would be calculated within the "strata" of severity. If that is acceptable, then good on you, and this all boils down to the definition of strata that SAS uses in its logistic regression procedures being different to what you are looking for.
SteveDenham
... View more