in data set200 observation how to take 110,150,170 using sql procedure?
Answer Posted / naveen
proc sql;
select *
from
where obs, in(11, 23,44);
quit;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are types of transport files?
Explain bmdp procedure?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
what is sas data set?
Why and when do you use proc sql?
Explain the difference between nodup and nodupkey options?
What is program data vector (pdv)?
Explain the purpose of substr functions in sas programming.
what is snowflake schema? : Sas-di
What are the automatic variables for macro? : sas-macro
What versions of SAS have you used (on which platforms)?
what is star schema? : Sas-di
describe about metadata object? : Sas-di
How is character variable converted into numeric variable and vice versa?
what is change analysis in sas di ? : Sas-di