in data set200 observation how to take 110,150,170 using sql procedure?
Answer Posted / naveen
proc sql;
select *
from qqq
where Height in(69);
quit;
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Intern stastical programmer written test
Given an unsorted data set, how to read the last observation to a new data set?
Mention the difference between ceil and floor functions in sas?
Can you suggest us materials for sdtm mapping?
what is study design in while working with SAS? what are screening variables in SAS?
how can you put a "trace" in your program? : Sas programming
What is the role of unrestrictive users? : sas-grid-administration
What is the purpose of _character_ and _numeric_?
how do you want missing values handled? : Sas programming
how could you generate test data with no input data? : Sas programming
What are the different types of sas functions?
how to read the variables in sas? : Sas-administrator
how many display types available in sas bi dashboard? : Sas-bi
for whom is sas data integration studio designed? : Sas-di
Do you know the features of sas?