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

how can you create zero observation dataset? : Sas programming

640


What are the prime responsibilities of data integration administrator? : Sas-di

590


What is a put statement?

668


Explain what is SAS informats?

624


For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration

536






what do the sas log messages "numeric values have been converted to character" mean? : Sas programming

541


How would you define the end of a macro? : sas-macro

612


Explain what is the use of proc gplot?

703


Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks

1800


how to do user inputs and command line arguments in sas?

2428


What are pdv and it functions?

603


What is the difference between SAS functions and procedures?

660


what are sas/access and sas/connect? : Sas programming

548


Explain proc univariate?

606


what is study design in while working with SAS? what are screening variables in SAS?

1682