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 the difference between %put and symbolgen? : sas-macro
This entry was posted in General. Bookmark the permalink. Post a comment or leave
what type of graphs we will create(for 2+years candidates)?
How would you identify a macro variable? : sas-macro
What function CATX syntax does?
What is the length assigned to the target variable by the scan function?
Name validation tools used in SAS
what are the scrubbing procedures in sas? : Sas programming
What is factor analysis?
Describe the ways in which you can create a macro variable?
How do you debug and test your SAS programs?
Which are the statements whose placement in the data step is critical?
What are the 3 components in sas programming?
how will you locate the sas platform applications? : Sas-bi
Explain what is SAS informats?