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
Explain proc sort?
what is data access? : Sas-di
Mention what is the difference between nodupkey and nodup options?
what are validation tools that are used in sas? : Sas-administrator
In sas admin differentiate between roles and capabilities? : sas-grid-administration
What is the use of divide function?
Describe the function and untility of the most difficult SAS macro that you have written.
how to remove duplicates using proc sql?
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.
how could you generate test data with no input data? : Sas programming
What is the difference between reading data from an external file and reading data from an existing data set?
why is a stop statement needed for the point=option on a set statement? : Sas programming
Mention what is SAS data set?
What is substr function?
How do you debug and test your SAS programs?