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
What is your favorite all time computer book? Why?
what is snowflake schema? : Sas-di
Explain the use of proc gplot? : sas-grid-administration
how can you put a "trace" in your program? : Sas programming
Mention sas system options to debug sas macros.
what versions of sas have you used (on which platforms)? : Sas programming
In proc transpose and data step with arrays which one you pick?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
what do you mean by data staging area? : Sas-di
How we can create SAS USER DEFINED CODE?
what is the purpose of _error_? : Sas programming
where are dashboard components are created and maintained? : Sas-bi
What do you understand by the term Normal Distribution?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming