There are 200 observations in a dataset, i want to pull out
the observation no's 100, 150,180,190 by using Proc SQL? How
you can get it?
Answer Posted / pranoy tikadar
PROC SQL;
SELECT*,
MONOTONIC() AS COUNT
FROM TEST
HAVING COUNT IN(100,150,180,190);
QUIT;
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
How to read an input file in sas?
what are the component of range? : Sas-bi
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
how would you create multiple observations from a single observation? : Sas programming
how does sas handle missing values in procs? : Sas programming
What are the uses of sas?
What is the good sas programming practices for processing large data sets?
what are the benefits of data integration? : Sas-di
for what purpose would you use the retain statement? : Sas programming
What are the difference between ceil and floor functions in sas?
Are you involved in writing the inferential analysis plan? Tables specfications?
Name some categories in sas 9? : sas-grid-administration
What is the use of PROC gplot?
describe about physical data integration? : Sas-di
What are types of transport files?