in data set200 observation how to take 110,150,170 using sql procedure?

Answer Posted / anji

Proc sql;
create table ab as select * from SASHELP.class where monotonic() in (10,12,14);
quit;

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi

556


How do you connect the desktop application to metadata server? : sas-grid-administration

586


What are all the problems you faced while validating tables and reports?

3016


How many ways to overcome a missing values???

2336


what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming

550






explain the main difference between the nodup and nodupkey options? : Sas-administrator

692


What do the SAS log messages "numeric values have been converted to character" mean?

892


Can you explain the process of calendar?

640


what are several options for creating reports in web report studio? : Sas-bi

632


Do you need to rearrange the order of the data for the report?

1840


hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?

1688


What areas of SAS are you most interested in?

1065


what is the basic structure sas administrator? : Sas-administrator

565


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

1802


If you use a symput in a data step, when and where can you use the macro variable? : sas-macro

611