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 are some good sas programming practices for processing very large data sets? : Sas programming
What are the different servers in sas? : sas-grid-administration
what are the benefits of data integration? : Sas-di
Explain the use of proc gplot? : sas-grid-administration
how to remove duplicates using proc sql?
Tell me about % include and % eval? : sas-macro
how do the in= variables improve the capability of a merge? : Sas programming
What are the difference between sas functions and procedures?
How to limit decimal places for variable using proc means?
How do you control the number of observations and/or variables read or written?
How necessary is it to be creative in your work?
Describe a time when you were really stuck on a problem and how you solved it?
For clinical entire study how many tables will create approx?
what is the effect of the options statement errors=1? : Sas programming
What is the difference between one to one merge and match merge? Give an example.