How to read the file names of a text files from a shared drive
using SAS?
Answer Posted / rahul
With the help of automization we can do it.
we have some functions like dopen, dread,dnum & Dclose.
with the help of these functions we can read file names from any folder or library.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
Difference between SAS STATA & SPSS?
what is the difference between infile and input? : Sas-administrator
Where do you use proc means over proc freq?
What can you learn from the SAS log when debugging?
How do you connect the desktop application to metadata server? : sas-grid-administration
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
How do you define proc in sas? : sas-grid-administration
How do you add a number to a macro variable? : sas-macro
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What is substr function?
How will you generate test data with no input data?
Give e an example of..
How to sort in descending order?