I would like the following to happen:
When I run my SAS project, I want to see a pop-up where I can fill in a reference date, a start date and an end date. And I want those three values to occur in a table like this:
REF BEGIN END
1 01/02/2018 02/02/2018 20/02/2018
Is this possible?
I made three tables with all dates between 1996 and today on which I used my prompt but I don't think this the right way...
Thanks in advance