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
how can you put a "trace" in your program? : Sas programming
What are the difficulties u faced while doing vital signs table or dataset?
what are some differences between proc summary and proc means? : Sas programming
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
what is treatment emergent events and treatment emregent adverse event
In proc transpose and data step with arrays which one you pick?
What is the order of application for output data set options, input data set options and SAS statements?
What is maximum storage capability of SAS?
Tell e how how dealt with..
Approximately what date is represented by the SAS date value of 730?
Describe the function and untility of the most difficult SAS macro that you have written.
Enlist the syntax rules followed in sas statements.
What would be the value of month at the end of data step execution and how many observations would be there?
If you could design your ideal job, what would it look like?
What is a method to debug and test your SAS program?