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 transformation in sas data integration? : Sas-di
How sas treats the dsd delimiters?
Differentiate between ceil and floor functions.
What is PDV?
State the difference between INFORMAT and FORMAT ?
What is the function of output statement in a SAS Program?
what is sas metadata server? : Sas-di
If you could design your ideal job, what would it look like?
Where do you use proc means over proc freq?
What does the RUN statement do?
What is the role of administrative users? : sas-grid-administration
what is the difference between nodup and nodupkey options? : Sas programming
What is the function of Stop statement in a SAS Program?
How would you determine the number of missing or nonmissing values in computations?
What is the order of application for output data set options, input data set options and SAS statements?