How to get any kind of data in SAS? Is it possible to take
data from notepad in SAS?
Answer Posted / mr.b
Data sample_accounts;
INFILE "C:\Mydata\sample_accounts.txt";
INPUT Account 1-7 OpenDate $ 9-17 StatusCode $ 21-22
CreditLimit 25-29;
RUN;
tis will be as i know.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
Briefly explain input and put function?
What is SAS?
Mention what is PROC in SAS?
What are types of transport files?
List down the reasons for choosing sas over other data analytics tools.
What are the implications?
Are you involved in writing the inferential analysis plan? Tables specifications?
Differentiate input and infile.
Do you know the features of sas?
Tell me about % include and % eval? : sas-macro
What is the general format of function in sas? : sas-grid-administration
What is the role of unrestrictive users? : sas-grid-administration
What are the prime responsibilities of data integration administrator? : Sas-di
How to create a permanent sas data set?