I'm transitioning from SQL Server to SAS.
In SQL server we could get away with string comparisons where 'abc ' = 'aBc' would be true.
Is SAS so far I've had to STRIP and UPPER every string on every comparison.
Is there an option that can be set to allow for 'abc ' = 'aBc' be true ?
My Google-Fu has failed me.