in data set200 observation how to take 110,150,170 using sql procedure?
Answer Posted / pranoy
PROC SQL;
CREATE TABLE TEST AS SELECT
*,
MONOTONIC() AS COUNT
FROM TEST1
WHERE COUNT IN (110,150,170);
QUIT;
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
how will you location sas platform applications available from web browser? : Sas-bi
What is the use of divide function?
Explain data step in SAS
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
how to read the variables in sas? : Sas-administrator
How can you create a macro variable with in data step? : sas-macro
What do you know about sas data set?
What is maximum storage capability of SAS?
Describe the function and untility of the most difficult SAS macro that you have written.
What is the maximum length of the macro variable? : sas-macro
Describe the ways in which you can create a macro variable?
What is a pdv and what are its functions?
Where do you use proc means over proc freq?
how do you pull data from equifax?tell me the process?
Explain the difference between using drop = data set option in set and data statement?