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 / shambhu verma
Options firstobs=10 obs=20;
proc print data= sas data set;
run;
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Difference between sum function and using “+” operator?
describe the interaction table in sas di? : Sas-di
Give some examples where proc report’s defaults are different than proc print’s defaults?
How you can read the variables that you need?
What is the maximum and minimum length of macro variable
what are several options for creating reports in web report studio? : Sas-bi
What is the basic syntax style in SAS?
How would you define the end of a macro? : sas-macro
How can sas program be validated?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
Differentiate between ceil and floor functions.
what do the pad and dim functions do? : Sas programming
What are the special input delimiters used in SAS?
is data integration and etl programming is same? : Sas-di
Difference between informat and format?