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
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
Give e an example of..
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
Have you ever used the SAS Debugger?
describe about physical data integration? : Sas-di
How to limit decimal places for variable using proc means?
What are pdv and it functions?
what type of graphs we will create(for 2+years candidates)?
How to create list output for cross-tabulations in proc freq?
Which function is used to count the number of intervals between two sas dates?
What are the differences between sum function and using “+” operator?
Briefly explain input and put function?
What is SAS?
How do dates work in sas?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?