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 what is the use of proc gplot?
Which statement does not perform automatic conversions in comparisons?
Mention what is PROC in SAS?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
What are common programming errors committed in sas
What is PROC in SAS?
Of all your work, where have you been the most successful?
explain the difference between proc means and proc summary?
What do you code to create a macro? : sas-macro
which date functions advances a date time or date/time value by a given interval? : Sas programming
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
Describe 5 ways to do a “table lookup” in SAS?
describe the interaction table in sas di? : Sas-di
Name types of category in which SAS Informats are placed?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming