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 / krishna

data class;
set sashelp.class(firstobs=8 obs=15);
label name='surname';
run;

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what versions of sas have you used (on which platforms)? : Sas programming

1131


how does sas handle missing values in procs? : Sas programming

1346


How to limit decimal places for the variable using proc means?

1120


Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager

2129


What do you know about sas data set?

1184


What are the differences between proc means and proc summary?

1195


Explain bmdp procedure?

1084


Describe the function and untility of the most difficult SAS macro that you have written.

2167


Did you used proc test? when?

2088


What sas features do you use to check errors and data validation?

1266


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

2553


which date function advances a date, time or datetime value by a given interval? : Sas programming

1097


what is the use of proc contents and proc print in sas? : Sas-administrator

1103


What are the five ways to do a table lookup in sas? : sas-grid-administration

1115


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

1150