What SAS statements would you code to read an external raw
data file to a DATA step?
Answer Posted / mohan reddy
INFILE AND INPUT STATEMENTS
EX;
DATA EMP;
INFILE 'E:\ABC\EMPLOYEE.TXT' MISSOVER;
INPUT VAR1 VAR 2....VARN;
RUN;
Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
what is metadata? : Sas-bi
What is the difference between order and group variable in proc report?
Define run-group processing?
What sas features do you use to check errors and data validation?
What is the sas data set? : sas-grid-administration
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.
What are the scrubbing procedures in sas?
How necessary is it to be creative in your work?
What is the difference between using drop = data set option in data statement and set statement?
Did you used proc test? when?
how would you create multiple observations from a single observation? : Sas programming
Do you know the features of sas?
How do you test for missing values?
what does the run statement do? : Sas programming
what are several options for creating reports in web report studio? : Sas-bi