How to get any kind of data in SAS? Is it possible to take
data from notepad in SAS?
Answer Posted / nsb
Yes, we can read the data from notepad just like reading
data from from any other file formats by using INFILE
statement.
infile "...\....\xyz.txt";
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is program data vector (pdv)?
explain about data integrator metadata reports? : Sas-di
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
Why and when do you use proc sql?
What are types of transport files?
Are you involved in writing the inferential analysis plan? Tables specfications?
If a variable contains letters or special characters, can it be numeric data type?
what are several options for creating reports in web report studio? : Sas-bi
What system options would you use to help debug a macro? : sas-macro
Explain how merging helps to combine data sets.
What is the use of PROC gplot?
What is maximum number of rows and cols can be handled in SAS?
Explain what is the use of proc gplot?
what are all the reports you generated in your recent project?
how do you test for missing values? : Sas programming