Hi,
I can see data in home drive in sas EG, how can I bring them into libraries folder such as into work library, any idea?
Thanks,
Adithya
Right click that folder and find the path, then assign your library accordingly.
If this is related to your prior question, then it's possible your IT team has mapped the drives, but it may not be H on the server. So if you find the correct path from the servers 'point of view' then your prior approach is correct, libname statement + code.
Right click that folder and find the path, then assign your library accordingly.
If this is related to your prior question, then it's possible your IT team has mapped the drives, but it may not be H on the server. So if you find the correct path from the servers 'point of view' then your prior approach is correct, libname statement + code.
Is this Windows or UNIX?
You could try this for Windows:
LIBNAME Adi_Data '\\adithya\ds1062\Aug2021\data';
or this for UNIX:
LIBNAME Adi_Data './adithya/ds1062/Aug2021/data';
Jim
Hi,
This is the solution, so I copy the path from sas library. It worked.
Thanks,
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.