Hi,
I have a folder in my local d drive. in that folder i have various Excel, Csv workbooks and Tab files with different names.
So here i wanted to just extract the name's and type of the file and size of the file into a data set.
Thanks
Look at the f-function: finfo, fopen and the dopen-function together with dread and dnum to iterate over the contents of the directory. If you can execute shell commands, use dir or ls (depending on the os) together with filename statement. There are many examples out there, i am sure you will useful ideas.
If your SAS session runs on a remote server, you most probably won't have access to your local drives from SAS code.
Hi,
When I provide server path's also it wont work?.
Thanks.
If the resources as seen on your desktop (eg your D:\ drive) are not somehow mounted on the server, then your SAS process can't "see" them.
Hi,
I am working out in server along with the server path's.
Thanks.
Please make up your mind. Quote from your original post:
"I have a folder in my local d drive."
(emphasis by me)
Are we talking about server resources, or resources on your desktop?
Please specify in-depth information about your SAS setup, and which data on which location you want to inspect for filenames.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.