How do you read in the variables that you need?
Answer Posted / sheetal
data new (keep = name age sex);
set old;
run;
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
explain what is data set in sas? : Sas-administrator
What are the statements in proc sql?
Name any two sas spawners? : sas-grid-administration
Explain the purpose of retain statement.
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
Explain the difference between nodup and nodupkey options?
where are dashboard components are created and maintained? : Sas-bi
Which statement does not perform automatic conversions in comparisons?
Explain data_null_?
what is slowly changing dimension? : Sas-di
Differentiate input and infile.
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
how do you pull data from equifax?tell me the process?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
Mention what are the data types does SAS contain?