1
vote
2answers
43 views
How to create a listing of all intervening dates between a start and end date?
I have the following code where I have a tradid with the first date
when the trade was opened and the second date when it was closed (as
shown in the code below).
Data new;
…