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'.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.