Hi andreas_lds, I'm trying to understand how the code you suggested works (since it worked nicely and I'd like to reuse it in a different situation). Would you mind explaining what the following snippet from the code does: if not isClosed and open_indicator = 'no' then do; close = 1; isClosed = 1; end; Thanks
... View more