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


Please Help Members By Posting Answers For Below Questions

what is transformation in sas data integration? : Sas-di

650


How sas treats the dsd delimiters?

835


Differentiate between ceil and floor functions.

768


What is PDV?

810


State the difference between INFORMAT and FORMAT ?

686






What is the function of output statement in a SAS Program?

702


what is sas metadata server? : Sas-di

687


If you could design your ideal job, what would it look like?

2479


Where do you use proc means over proc freq?

655


What does the RUN statement do?

949


What is the role of administrative users? : sas-grid-administration

749


what is the difference between nodup and nodupkey options? : Sas programming

734


What is the function of Stop statement in a SAS Program?

759


How would you determine the number of missing or nonmissing values in computations?

737


What is the order of application for output data set options, input data set options and SAS statements?

1177