You have a data set of 100 observations,how can you
restrict the output so that the output has only data from
row no. 10 to row no. 20
Answer Posted / jonathan o&
data Subset;
set whatever;
if _N_ not in (10-20) then delete;
run;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different types of sas functions?
Enlist the functions performed by sas.
what is data integration? : Sas-di
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
What do the mod and int function do? : Sas programming
How to test the debugging in sas?
why a stop statement is needed for the point= option on a set statement?
What do you know about symput and symget?
What will calendar procedure do?
which date function advances a date, time or datetime value by a given interval? : Sas programming
Mention what is SAS data set?
What are the automatic variables for macro? : sas-macro
what are the best practices to process the large data sets in sas programming? : Sas-administrator
What are the special input delimiters used in SAS?