Hello All,
I use Eguide to import .csv .
I have a macro variables to point the location of .csv.
But...
How can i use a macro variable to assign in 'Filename'?
Thank you all in advance.
Your Enterprise Guide controls the Workspace Server process by sending SAS code snippets. As such, it can create macro variables from user prompts. But it does not retransfer those macro variables back into it's own data structures, AFAIK.
But once you have defined a task, you can copy the code from the Code tab and use it in a Code node within the project. In this code, replace filenames etc. with macro variables at will.
Your Enterprise Guide controls the Workspace Server process by sending SAS code snippets. As such, it can create macro variables from user prompts. But it does not retransfer those macro variables back into it's own data structures, AFAIK.
But once you have defined a task, you can copy the code from the Code tab and use it in a Code node within the project. In this code, replace filenames etc. with macro variables at will.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.