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 / anji

Proc sql;
create table ab as select * from SASHELP.class where monotonic() in (10,12,14);
quit;

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the general format of function in sas? : sas-grid-administration

1028


what are the types of interactive display types? : Sas-bi

1143


Mention what are the data types does SAS contain?

1191


What is the maximum and minimum length of macro variable

1335


Name validation tools used in SAS

1216


How does the internal authentication work in sas? : sas-grid-administration

1167


What is the command used to find missing values?

1143


name the scheduler for scheduling job and explain the scheduler? : Sas-di

1092


What are the table names in oracle database...?

2795


what are some differences between proc summary and proc means? : Sas programming

1190


How will you generate test data with no input data?

1232


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

2272


What Proc glm does?

1136


what other sas products have you used and consider yourself proficient in using? : Sas programming

1161


Can you execute a macro within a macro? Describe. : sas-macro

1148