Hi,
Is it possible to create new variable during proc import process?
I don`t want to write a new data step for creating new variable. Is it possible?
Thanks,
Saravanan
Not that I'm aware of. However, if you are importing a file that is handled by one of the engines, then you can accomplish both tasks by not using proc import but, rather, a libname and datastep.
Thank you Arthur. Much appreciated. I hope SAS comes up with functionality to create new variables during proc import.
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.