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
what versions of sas have you used (on which platforms)? : Sas programming
how does sas handle missing values in procs? : Sas programming
How to limit decimal places for the variable using proc means?
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
What do you know about sas data set?
What are the differences between proc means and proc summary?
Explain bmdp procedure?
Describe the function and untility of the most difficult SAS macro that you have written.
Did you used proc test? when?
What sas features do you use to check errors and data validation?
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;
which date function advances a date, time or datetime value by a given interval? : Sas programming
what is the use of proc contents and proc print in sas? : Sas-administrator
What are the five ways to do a table lookup in sas? : sas-grid-administration
Can you execute a macro within a macro? Describe. : sas-macro