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...

i have a data set with 20 observations i want label from
8 to 15 observations ? how you create this one.

Answer Posted / naveen

option firstobs=8 obs=20;
proc print data=c label;
label sex=sir;
run;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do the SAS log messages "numeric values have been converted to character" mean?

1428


explain about sas business intelligence? : Sas-bi

1195


List out some key concept of SAS

1207


Mention what is SAS data set?

1177


what is metadata? : Sas-bi

1074


What are the ways to do a “table lookup” in sas?

1076


What are the statements in proc sql?

1149


Why double trailing @@ is used in input statement?

1265


How would you identify a macro variable? : sas-macro

1064


Explain the difference between informat and format with an example.

1219


What can you learn from the SAS log when debugging?

1435


how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5

2152


How do you add a number to a macro variable? : sas-macro

1050


If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?

1207


How necessary is it to be creative in your work?

2524