calculate days in month

Hey

pleas help me.

I have to calculate an observation time between two dates and sas calculates the days of the periode. How can I get sas to calculate it in months?

thank you for your help

Create a dimension of type duration_month and give it a start and end SQL fields.

@Dawid thank you so much for your suggestion