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 does the trace option do?
what has been your most common programming mistake? : Sas programming
what is star schema? : Sas-di
what is sas metadata repository? : Sas-bi
To what type of programms have you used scratch macros?
How can sas program be validated?
Can you execute macro within another macro? : sas-macro
Mention what is the difference between nodupkey and nodup options?
Differentiate between proc means and proc summary.
What can be the size of largest dataset in SAS?
How would you determine the number of missing or nonmissing values in computations?
Explain the difference between nodup and nodupkey options?
What is the function of Stop statement in a SAS Program?
for what purpose would you use the retain statement? : Sas programming
What is SAS informats?