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
What is the work of tranwrd function?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
What is maximum number of rows and cols can be handled in SAS?
Difference between informat and format?
What are the ways in which macro variables can be created in sas programming?
explain about various caches available in data integrator? : Sas-di
How do dates work in sas?
What do you know about sas and what we do? : sas-grid-administration
how do you want missing values handled? : Sas programming
what is change analysis in sas di ? : Sas-di
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
What is the length assigned to the target variable by the scan function?
explain the difference between proc means and proc summary?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi