Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

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

1071


for what purpose would you use the retain statement? : Sas programming

1143


name several ways to achieve efficiency in your program? : Sas programming

1136


for whom is sas data integration studio designed? : Sas-di

1057


Explain the use of proc print and proc contents?

1013


How do you test for missing values?

1688


Explain data_null_?

1106


explain the key concept of sas? : Sas-administrator

1048


Give e an example of..

2134


Tell e how how dealt with..

2263


What is the difference between reading data from an external file and reading data from an existing data set?

1226


What is the use of function Proc summary?

1340


what are several options for creating reports in web report studio? : Sas-bi

1222


How to create an external dataset with sas code?

1238


Which function is used to count the number of intervals between two sas dates?

1189