I am trying to return an actual date or if date is missing I want a blank or even a 0. It's returning the actual date or 1/1/1960
Here is my expression: ifn(t1.GNN_MSAI_ANCHOR_DT is missing, t1.Final_Anchor, t1.GNN_MSAI_ANCHOR_DT,0)
How do I change it so that it only returns the actual date or missing value as blank or 0?
**I should note the formula works and returns the date in sas date format (19844, etc.). I get the 1/1/1960 when I try to change the format....MMDDYYw.d.
THANK YOU!!!!!