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 is snowflake schema? : Sas-di
What is SAS? What are the functions does it performs?
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
How do you delete duplicate observations in sas?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
What is the purpose of trailing @ and @@? How do you use them?
why is sas data integration studio important? : Sas-di
which features do you use to check the data validations and errors? : Sas-administrator
What is the difference between the proc sql and data step?
What is program data vector (pdv)?
Mention how to limit decimal places for the variable using proc means?
What is the difference between nodupkey and nodup options?
What is the role of administrative users? : sas-grid-administration
Briefly explain input and put function?
What is the work of tranwrd function?