Hi team,
Just a quick question what this code actually doing
If Index( Name, 'maruti') > 0 then delete ;
As per my understanding this code is looking if there is any gap or word before maruti then record should get deleted.Please confirm my understanding if that's the case are we not removing the actual data ?
Thanks
kajal
The code deletes observations where Name contains the substring 'maruti'.
The code deletes observations where Name contains the substring 'maruti'.
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.