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
what is star schema? : Sas-di
What is connection profile? : sas-grid-administration
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
List down the reasons for choosing sas over other data analytics tools.
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
What is the difference between nodupkey and nodup options?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
Give an example where SAS fails to convert character value to numeric value automatically?
Describe the ways in which you can create macro variables?
how will you locate the sas platform applications? : Sas-bi
How do dates work in SAS data?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
Difference between informat and format?
what are input dataset and output dataset options? : Sas programming
Difference between sum function and using “+” operator?