Let's say that you dont know in advance the path of the file you need to import, but you have the path defined in a table that you have created during run-time. Importing it using macros is not correct, as macros are being generated before run-time, and thereby, the macro values could not reach the data which will be created during run-time.
So, how to import an external file in SAS Base (SAS EG, SAS DI,...), for which the path you know only during the run-time?