i have a data set with 20 observations i want label from
8 to 15 observations ? how you create this one.
Answer Posted / naveen
option firstobs=8 obs=20;
proc print data=c label;
label sex=sir;
run;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do the SAS log messages "numeric values have been converted to character" mean?
explain about sas business intelligence? : Sas-bi
List out some key concept of SAS
Mention what is SAS data set?
what is metadata? : Sas-bi
What are the ways to do a “table lookup” in sas?
What are the statements in proc sql?
Why double trailing @@ is used in input statement?
How would you identify a macro variable? : sas-macro
Explain the difference between informat and format with an example.
What can you learn from the SAS log when debugging?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
How do you add a number to a macro variable? : sas-macro
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
How necessary is it to be creative in your work?