How to get any kind of data in SAS? Is it possible to take
data from notepad in SAS?
Answer Posted / nsb
Yes, we can read the data from notepad just like reading
data from from any other file formats by using INFILE
statement.
infile "...\....\xyz.txt";
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
why is sas considered self-documenting? : Sas programming
how could you generate test data with no input data? : Sas programming
Give some examples where proc report’s defaults are different than proc print’s defaults?
What is the basic structure of a sas program?
Differentiate between proc means and proc summary.
What are the scrubbing procedures in sas?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
how can you import .csv file in to sas? : Sas programming
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
What is PDV?
what is metadata? : Sas-bi
What are the data types that sas contain?
Describe a time when you were really stuck on a problem and how you solved it?
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
For what purposes have you used sas macros? : sas-macro