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
Describe the function and untility of the most difficult SAS macro that you have written.
What are the different operating system platforms in which we can use sas? : sas-grid-administration
What is your favorite all time computer book? Why?
How do you control the number of observations and/or variables read or written?
how do you debug and test your sas programs? : Sas programming
Why and when do you use proc sql?
What is the command used to find missing values?
Can you explain the process of calendar?
In proc transpose and data step with arrays which one you pick?
How are numeric and character missing values represented internally?
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
What is the difference between the proc sql and data step?
What are SAS/ACCESS and SAS/CONNECT?
Can you execute macro within another macro? : sas-macro
What is PROC in SAS?