@FreelanceReinh wrote:
@Reeza wrote:
Then the issue is at 22 characters in, I added 1234567890 underneath, each 0, is a 10, so second 0 is 20, and 22 is 2 in red. That indicates the issue is at fdosedt.
323 duration= lcontdt-fdosedt+1;
12345678901234567890123
Hi @Reeza,
I agree that it's helpful to study these notes in the log, but I think the column number (22) points to the minus sign in this case, i.e., to where the first "operation on missing values" in this line occurred. It doesn't reveal whether lcontdt or fdosedt contains the missing value if not both are missing. (At least I can't see a difference in my PC SAS 9.4 log.)
You are correct, the column indicator is not exactly correct so OP should check all variables involved in the calculation.
... View more