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 |
Did you used proc test? when?
0 Answers Accenture, Quintiles,
Hi I have list of products in a dataset, which are classified by other name for eg:- there is a product A> Malambo Shiraz Malbec 750ML(0388) which is a Red wine.Now i need to generate a report where it shows if this product appears then it should b displayed as red wine,similarly for other products and other classification. I dont wan use proc format.
how do you validate tables abd reports?
2 Answers Accenture, Quintiles,
What is slibref?
WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.
What is the Program Data Vector (PDV) and What are its functions?
% let A=3+4 what is result
How do dates work in SAS data?
What statement do you code to write the record to the file?
How to include or exclude specific variables in a data set?
1.we can execute a macro with in a macro,by using call symput and symget can any one give me one example? 2.We can create the macro variables by using %let,%do,macro parameters,INTO clause in proc sql and call symput, can any one give me example to create macro variable with INTO clause and call symput? 3.
Difference between nodup and nodupkey options?