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 purpose of _character_ and _numeric_?
What are the automatic variables for macro? : sas-macro
how do you test for missing values? : Sas programming
What is the general format of function in sas? : sas-grid-administration
Mention sas system options to debug sas macros.
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
what has been your most common programming mistake? : Sas programming
What system options would you use to help debug a macro? : sas-macro
Are you involved in writing the inferential analysis plan? Tables specifications?
what is the use of sas management console? : Sas-di
explain the key concept of sas? : Sas-administrator
What is a put statement?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
how does sas handle missing values in procs? : Sas programming
what are the types of interactive display types? : Sas-bi