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
Approximately what date is represented by the SAS date value of 730?
why is sas data integration studio important? : Sas-di
How you can read the variables that you need?
what are some good sas programming practices for processing very large data sets? : Sas programming
What are the implications?
Differentiate between sas functions and sas procedures.
explain the concepts and capabilities of business object? : Sas-bi
For what purposes have you used sas macros? : sas-macro
Do you need to know if there are any missing values?
What does PROC print, and PROC contents do?
How is character variable converted into numeric variable and vice versa?
Explain what is data step?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
explain the key concept of sas? : Sas-administrator
What is maximum number of rows and cols can be handled in SAS?