How to read the file names of a text files from a shared drive
using SAS?
Answer / 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 |
Can you explain the process of calendar?
How would you identify a macro variable? : sas-macro
Do you think professionally?
How would you delete observations with duplicate keys?
In the flow of DATA step processing, what is the first action in a typical DATA Step?
At compile time when a SAS data set is read, what items are created?
what is the Population you used in your project, is it ITT or PP?
0 Answers Accenture, Quintiles,
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
Is it possible to do sorting tranformation in charecter variable??if can tell me one eg..
what is sas data set?
do you need to know if there are any missing values? : Sas programming
what is the difference between proc report and proc format?