Hi,
I have made an import of a file in SAS/EG using import task.
Now I want to change the path of the file in the task, but the field of the path is protected.
Is it possible ti change the path once the task is made??
Thanks in advance
Quite obviously, one can't do that (just tried it).
If you need this to be more flexible, you will have to do the whole process in SAS code (the file import task in EG works in two stages: EG converts the file to a special text format and uploads it, then a data step reads theat file into a SAS dataset). For this you will have to set up a way that allows you to dynamically make the source file accessible on the SAS server. Shared network location, use of a FTP/SFTP server, ...)
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.