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


Please Help Members By Posting Answers For Below Questions

Mention how to limit decimal places for the variable using proc means?

633


How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?

1154


what is transformation in sas data integration? : Sas-di

539


what are 5 ways to perform a table lookup in sas? : Sas-administrator

753


what is the effect of the options statement errors=1? : Sas programming

579






Describe the function and untility of the most difficult SAS macro that you have written.

1552


why is sas considered self-documenting? : Sas programming

673


explain the key concept of sas? : Sas-administrator

552


Explain how merging helps to combine data sets.

605


Explain by-group processing?

580


What do the PUT and INPUT functions do?

768


what is business intelligence? : Sas-bi

571


How does proc sql work?

607


name some data transformation used in sas di? : Sas-di

536


What do you know about symput and symget?

717