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

Name types of category in which SAS Informats are placed?

836


why a stop statement is needed for the point= option on a set statement?

702


What do you understand by the term Normal Distribution?

666


What are the uses of sas?

804


what are some good sas programming practices for processing very large data sets? : Sas programming

590






What is SAS? What are the functions does it performs?

828


What is the difference between SAS functions and procedures?

765


Have you ever used the SAS Debugger?

1321


which date functions advances a date time or date/time value by a given interval? : Sas programming

625


Give e an example of..

1974


What will calendar procedure do?

707


Of all your work, where have you been the most successful?

4303


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

795


What is data _null_?

785


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

702