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 / vipin choudhary
Proc Sql;
Select * from <dataset name>
where _n_ in (100,150,180,190);
quit;
| Is This Answer Correct ? | 12 Yes | 29 No |
Post New Answer View All Answers
Explain proc sort?
What are the functions which are used for character handling functions?
How would you identify a macro variable? : sas-macro
Give e an example of..
Mention common programming errors committed in sas ?
What is the use of stop statement?
what are sas/access and sas/connect? : Sas programming
what is the difference between nodup and nodupkey options? : Sas programming
What is the good sas programming practices for processing large data sets?
What is the function of Stop statement in a SAS Program?
Briefly explain input and put function?
What areas of SAS are you most interested in?
Mention few capabilities of sas framework.
what are some differences between proc summary and proc means? : Sas programming
Hi, If anyone has base SAS certification dumps, please share.