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
what has been your most common programming mistake? : Sas programming
How many data types are there in SAS?
What are the features of SAS?
what is snowflake schema? : Sas-di
Explain the main difference between the sas procedures and functions? : Sas-administrator
Tell me about % include and % eval? : sas-macro
Explain the purpose of retain statement.
What is SAS? What are the functions does it performs?
AE datasets names? how many types?
how many types prompting framework can be broken down to? : Sas-bi
What is the use of divide function?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
What do you know about sas and what we do? : sas-grid-administration
What are the uses of sas?
how to change the execute of macro