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 general format of function in sas? : sas-grid-administration
what are the types of interactive display types? : Sas-bi
Mention what are the data types does SAS contain?
What is the maximum and minimum length of macro variable
Name validation tools used in SAS
How does the internal authentication work in sas? : sas-grid-administration
What is the command used to find missing values?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What are the table names in oracle database...?
what are some differences between proc summary and proc means? : Sas programming
How will you generate test data with no input data?
Describe the function and untility of the most difficult SAS macro that you have written.
What Proc glm does?
what other sas products have you used and consider yourself proficient in using? : Sas programming
Can you execute a macro within a macro? Describe. : sas-macro