Hi,
I have a dataset imported from excel.Now i need to read a row number say for ex:67 and assign it to macro variable.
How can i do this?
help me in this
Thanks
Do you want to assign the content of some variable in row number 67 or the row number itself. Please be more clear.
Hi,
I need to read the row number eg:67 and assign it to another macro variable.
So when i run the daily,it should get updated every day.
I need to assign row number only.
Thanks
How do you identify this row 67, Is there some criterion ?
If not, you can directly use %let n=67; to save it into a macro variable.
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.