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
What is the difference between using drop = data set option in data statement and set statement?
Difference between SAS STATA & SPSS?
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
Hi, If anyone has base SAS certification dumps, please share.
Which command is used to save logs in the external file?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What are the new features included in the new version of SAS Programming Language?
how do the in= variables improve the capability of a merge? : Sas programming
What would you change about your job?
What are the advantages of using sas?
Are you sensitive to code walk-throughs peer review or QC review?
What is the function of Stop statement in a SAS Program?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
What areas of SAS are you most interested in?