Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is the SAS data set?

1176


what is study design in while working with SAS? what are screening variables in SAS?

2276


Explain the main difference between the sas procedures and functions? : Sas-administrator

1114


Name few SAS functions?

1147


what are all the reports you generated in your recent project?

2253


what are _numeric_ and _character_ and what do they do? : Sas programming

1193


Can you execute a macro within a macro? Describe. : sas-macro

1154


how do the in= variables improve the capability of a merge? : Sas programming

1484


How are numeric and character missing values represented internally?

1713


Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?

2308


How you can read the variables that you need?

1179


What is run-group processing?

1244


Mention how to limit decimal places for the variable using proc means?

1172


What is the basic syntax style in SAS?

1229


explain about data integrator metadata reports? : Sas-di

1166