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 the applications primarily used by business analyst? : Sas-bi
What is the SAS data set?
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
what are the scrubbing procedures in sas? : Sas programming
which date function advances a date, time or datetime value by a given interval? : Sas programming
what can you learn from the sas log when debugging? : Sas programming
What are the prime responsibilities of data integration administrator? : Sas-di
is data integration and etl programming is same? : Sas-di
Explain the main difference between the sas procedures and functions? : Sas-administrator
Mention few capabilities of sas framework.
How to create an external dataset with sas code?
What is the use of %include statement?
What is the use of function Proc summary?
What is the difference between input and infile statement?
how to do user inputs and command line arguments in sas?