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


Please Help Members By Posting Answers For Below Questions

Difference between sum function and using “+” operator?

875


describe the interaction table in sas di? : Sas-di

820


Give some examples where proc report’s defaults are different than proc print’s defaults?

842


How you can read the variables that you need?

902


What is the maximum and minimum length of macro variable

955


what are several options for creating reports in web report studio? : Sas-bi

879


What is the basic syntax style in SAS?

885


How would you define the end of a macro? : sas-macro

877


How can sas program be validated?

813


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

857


Differentiate between ceil and floor functions.

925


what do the pad and dim functions do? : Sas programming

812


What are the special input delimiters used in SAS?

902


is data integration and etl programming is same? : Sas-di

835


Difference between informat and format?

879