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
What is the difference between SAS functions and procedures?
what is sas metadata repository? : Sas-bi
What is the function of Stop statement in a SAS Program?
Did you used proc test? when?
how does sas handle missing values in procs? : Sas programming
explain about data integrator metadata reports? : Sas-di
Explain data step in SAS
Mention the validation tools used in SAS?
What are the difference between sas functions and procedures?
how do the in= variables improve the capability of a merge? : Sas programming
What is the difference between %put and symbolgen? : sas-macro
Describe the function and utility of the most difficult SAS macro that you have written?
What is SAS?
explain the function of substr in sas? : Sas-administrator
what is metadata? : Sas-bi