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 is the purpose of _character_ and _numeric_?
what are sas bi dashboard components? : Sas-bi
how many display types available in sas bi dashboard? : Sas-bi
how do you want missing values handled? : Sas programming
Mention what are the data types does SAS contain?
What is the basic syntax style in SAS?
what are some good sas programming practices for processing very large data sets? : Sas programming
Differences between where and if statement?
what are _numeric_ and _character_ and what do they do? : Sas programming
How you can read the variables that you need?
Which command is used to perform sorting in sas program?
What system options would you use to help debug a macro? : sas-macro
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
how does sas handle missing values in formats? : Sas programming
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?