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
Name types of category in which SAS Informats are placed?
why a stop statement is needed for the point= option on a set statement?
What do you understand by the term Normal Distribution?
What are the uses of sas?
what are some good sas programming practices for processing very large data sets? : Sas programming
What is SAS? What are the functions does it performs?
What is the difference between SAS functions and procedures?
Have you ever used the SAS Debugger?
which date functions advances a date time or date/time value by a given interval? : Sas programming
Give e an example of..
What will calendar procedure do?
Of all your work, where have you been the most successful?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
What is data _null_?
What is the function of output statement in a SAS Program?