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

what has been your most common programming mistake? : Sas programming

665


What is the difference between using drop = data set option in data statement and set statement?

752


Difference between SAS STATA & SPSS?

781


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

1419


Hi, If anyone has base SAS certification dumps, please share.

1487






Which command is used to save logs in the external file?

667


I have a dataset concat having variable a b & c. How to rename a b to e & f?

669


What are the new features included in the new version of SAS Programming Language?

828


how do the in= variables improve the capability of a merge? : Sas programming

1044


What would you change about your job?

2007


What are the advantages of using sas?

728


Are you sensitive to code walk-throughs peer review or QC review?

2718


What is the function of Stop statement in a SAS Program?

759


What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?

799


What areas of SAS are you most interested in?

1161