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
In SAS explain which statement does not perform automatic conversions in comparisons?
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
Mention the validation tools used in SAS?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
For what purposes have you used sas macros? : sas-macro
what are the considerations when picking a SAS/STAT procedure?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
what are the component of range? : Sas-bi
how many types prompting framework can be broken down to? : Sas-bi
what versions of sas have you used (on which platforms)? : Sas programming
what is the difference between nodup and nodupkey options? : Sas programming
what are sas/access and sas/connect? : Sas programming
What are all the problems you faced while validating tables and reports?
what type of graphs we will create(for 2+years candidates)?
Enlist the functions performed by sas.