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 other sas products have you used and consider yourself proficient in using? : Sas programming
explain the difference between proc means and proc summary?
what is sas metadata repository? : Sas-bi
why is a stop statement needed for the point=option on a set statement? : Sas programming
How can you limit the variables written to output dataset in data step?
Which function is used to count the number of intervals between two sas dates?
Explain how merging helps to combine data sets.
If money were no object, what would you like to do?
how do you debug and test your sas programs? : Sas programming
How would you invoke a macro? : sas-macro
how does sas handle missing values in sort order? : Sas programming
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
Name some categories in sas 9? : sas-grid-administration
What do you understand by the term Normal Distribution?