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
which date function advances a date, time or datetime value by a given interval? : Sas programming
it will become easy if uuu provide website linkssss and list of consultanciessssss
how will you location sas platform applications available from web browser? : Sas-bi
what is the effect of the options statement errors=1? : Sas programming
Tell me more about the parameters in macro? : sas-macro
Mention what is the difference between nodupkey and nodup options?
How to limit decimal places for the variable using proc means?
What is the difference between %local and %global? : sas-macro
what is change analysis in sas di ? : Sas-di
how does sas handle missing values in sort order? : Sas programming
What is the SAS data set?
how can you put a "trace" in your program? : Sas programming
Describe the ways in which you can create macro variables?
what is the difference between unique key and primary key? : Sas-di
what is hierarchy flattening? : Sas-di