How to get any kind of data in SAS? Is it possible to take
data from notepad in SAS?
Answer Posted / vasu
we can get the data into sas environment but while getting
the data into sas environment we should keep in mind that
whether the data is in alligined in proper order if not
then use some softwarw like edit plus.
After that we can get the data into sas by the following
ways
1. using datalines
2.using infile statement
3.using dde triplet
uing any one of the above we can get the any kind of
relational or non-relational data into sas.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
How to test the debugging in sas?
How would you invoke a macro? : sas-macro
What is PDV?
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?
What does PROC print, and PROC contents do?
how to generate the test data in sas without input data? : Sas-administrator
What is the function of output statement in a SAS Program?
Describe 5 ways to do a “table lookup” in SAS?
Explain what is SAS informats?
what are input dataset and output dataset options? : Sas programming
What is the sas data set? : sas-grid-administration
how can you create zero observation dataset? : Sas programming
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
What is Linear Regression?
What is interleaving in SAS?