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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.