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
explain the key concept of sas? : Sas-administrator
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
If money were no object, what would you like to do?
What is the difference between nodupkey and nodup options?
What are the data types in sas?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
what is data access? : Sas-di
what is change analysis in sas di ? : Sas-di
Explain bmdp procedure?
how can you put a "trace" in your program? : Sas programming
What is the role of administrative users? : sas-grid-administration
What is PROC in SAS?
What is the good sas programming practices for processing large data sets?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
what are sas/access and sas/connect? : Sas programming