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 / reema
For that u have to use fistobs and obs both.
Eg:- firstobs 10 obs 20
Firstobs :- Will start observing from the row 10 ..
Obs:- will show till 20th observation .
| Is This Answer Correct ? | 21 Yes | 3 No |
Post New Answer View All Answers
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What is maximum number of rows and cols can be handled in SAS?
explain about various caches available in data integrator? : Sas-di
Give an example where SAS fails to convert character value to numeric value automatically?
Explain the use of proc print and proc contents?
How would you include common or reuse to be processed along with your statements?
how to do user inputs and command line arguments in sas?
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
what is broad cast agent? : Sas-bi
What is the use of the %include statement?
What was the last computer book you purchased? Why?
What does proc print, and proc contents are used for?
How sas treats the dsd delimiters?
explain the difference between proc means and proc summary?
If a variable contains only numbers, can it be a character data type?