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 / alok karan

proc sql;
select *,monotonic()as obs from alok.countries
where calculated obs in(1,4,8,7,21,23)
;
quit;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the use of proc gplot?

1245


Which statement does not perform automatic conversions in comparisons?

1854


Mention what is PROC in SAS?

1110


what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?

2227


What are common programming errors committed in sas

1183


What is PROC in SAS?

1100


Of all your work, where have you been the most successful?

4715


explain the difference between proc means and proc summary?

1181


What do you code to create a macro? : sas-macro

1186


which date functions advances a date time or date/time value by a given interval? : Sas programming

1005


Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya

1997


Describe 5 ways to do a “table lookup” in SAS?

1186


describe the interaction table in sas di? : Sas-di

1072


Name types of category in which SAS Informats are placed?

1196


what do the sas log messages "numeric values have been converted to character" mean? : Sas programming

1073