What SAS statements would you code to read an external raw
data file to a DATA step?
Answer Posted / sivanjaneyulu
using proc import,infile and input
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
what is sas business intelligence? : Sas-bi
how do the in= variables improve the capability of a merge? : Sas programming
What is the difference between nodupkey and nodup options?
what is intially documentation in sas?
Explain bmdp procedure?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
How to read an input file in sas?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
What is maximum storage capability of SAS?
What are the new features included in the new version of SAS Programming Language?
what is data access? : Sas-di
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
Explain the use of proc gplot? : sas-grid-administration
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
Explain the use of proc print and proc contents?