i have a data set with 20 observations i want label from
8 to 15 observations ? how you create this one.
Answer Posted / anil
data class;
set sashelp.class(firstobs=8 obs=18);
name='surname';
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Tell e how how dealt with..
What can you learn from the SAS log when debugging?
how do you test for missing values? : Sas programming
explain about data integrator metadata reports? : Sas-di
what is enterprise guide? What is the use of it? : Sas programming
What is interleaving in SAS?
Mention what is PROC in SAS?
which date function advances a date, time or datetime value by a given interval? : Sas programming
Mention the validation tools used in SAS?
what is program data vector? : Sas-administrator
how do you pull data from equifax?tell me the process?
what is sas data set?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What is the use of the %include statement?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?