in data set200 observation how to take 110,150,170 using sql procedure?
Answer Posted / naveen
proc sql;
select *
from
where obs, in(11, 23,44);
quit;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
for what purpose would you use the retain statement? : Sas programming
name several ways to achieve efficiency in your program? : Sas programming
for whom is sas data integration studio designed? : Sas-di
Explain the use of proc print and proc contents?
How do you test for missing values?
Explain data_null_?
explain the key concept of sas? : Sas-administrator
Give e an example of..
Tell e how how dealt with..
What is the difference between reading data from an external file and reading data from an existing data set?
What is the use of function Proc summary?
what are several options for creating reports in web report studio? : Sas-bi
How to create an external dataset with sas code?
Which function is used to count the number of intervals between two sas dates?