where Funded_DT <> "01JAN1900";
ERROR: Expression using not equals (^=) has components that are of different data types.
Im not sure what I need to do to get this to run without erroring. Thanks
where Funded_DT <> "01JAN1900"d;
Use where Funded_DT <> "01JAN1900"D; Hopefully you are using apprpriate option YEARCUTOFF
The YEARCUTOFF option sets the century for SAS dates if one is not specified. For example if you had used 01JAN00 instead of 01JAN1900 - does that mean 1900 or 2000?
In your case you are specifying the century so I don't think YEARCUTOFF applies.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.