I'm struggling through learning SAS here and I have a simple question that I cannot for the life of me figure out
I need to add a new column to my dataset that is in an existing permanent library with some conditions, specifically
"7. Create a new column to indicate date issues."
• You create a new column named Date_Issues with a value of Needs Review to indicate that a row has a date issue. Date issues consist of the following: – a missing value for Incident_Date or Date_Received – an Incident_Date or Date_Received value out of the predefined year range of 2002 through 2017 – an Incident_Date value that occurs after the Date_Received value
and secondly, how does one create a permanent labels and formats?
Thank you!!