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
Mention what are the data types does SAS contain?
what is information maps?
What is factor analysis?
What commands are used in the case of including or excluding any specific variables in the data set?
: and & modifiers.
Mention few capabilities of sas framework.
what is treatment emergent events and treatment emregent adverse event
what do the pad and dim functions do? : Sas programming
how do you test for missing values? : Sas programming
what can you learn from the sas log when debugging? : Sas programming
how to remove duplicates using proc sql?
what are validation tools that are used in sas? : Sas-administrator
What is the maximum length of the macro variable? : sas-macro
What is the difference between one to one merge and match merge? Give an example.
How do you debug and test your SAS programs?