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
Differentiate between sas functions and sas procedures.
What is slibref?
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
What is a pdv and what are its functions?
What is the maximum length of the macro variable? : sas-macro
How do you define proc in sas? : sas-grid-administration
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
How to limit decimal places for variable using proc means?
what is the basic structure sas administrator? : Sas-administrator
what is factor analysis? : Sas-administrator
what do you mean by data staging area? : Sas-di
What does proc print, and proc contents are used for?
Are you sensitive to code walk-throughs peer review or QC review?
Define run-group processing?
what are input dataset and output dataset options? : Sas programming