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
what is the primary data source for the wrs? : Sas-bi
how sas deals with business intelligence? : Sas-bi
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
Mention the difference between ceil and floor functions in sas?
What are the five ways to do a table lookup in sas? : sas-grid-administration
how would you determine the number of missing or nonmissing values in computations? : Sas programming
Can you execute a macro within a macro? Describe. : sas-macro
What are the data types does SAS contain?
what are some good sas programming practices for processing very large data sets? : Sas programming
Name few SAS functions?
what versions of sas have you used (on which platforms)? : Sas programming
Mention some common errors that are usually committed in sas programming.
What is the work of tranwrd function?
What is substr function?
How to create a permanent sas data set?