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 / na
Options Firstobs=10 obs
=20;
Proc print data = xxx;
Run;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
for what purpose would you use the retain statement? : Sas programming
Tell me more about the parameters in macro? : sas-macro
What do the mod and int function do? : Sas programming
Approximately what date is represented by the SAS date value of 730?
what is study design in while working with SAS? what are screening variables in SAS?
Mention what is the difference between nodupkey and nodup options?
How sas treats the dsd delimiters?
Explain data step in SAS
what is sas enterprise intelligence architecture? : Sas-bi
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
where to use sas business intelligence? : Sas-bi
describe about physical data integration? : Sas-di
List out some key concept of SAS
Describe crosslist option in tables statement?
What is the basic structure of a sas program?