i have a data set with 20 observations i want label from
8 to 15 observations ? how you create this one.

Answer Posted / krishna

data class;
set sashelp.class(firstobs=8 obs=15);
label name='surname';
run;

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming

549


How to create an external dataset with sas code?

590


What was the last computer book you purchased? Why?

1918


What is the use of function Proc summary?

658


Differentiate between sas functions and sas procedures.

648






Explain the purpose of retain statement.

611


what is operational data and operational system? : Sas-di

637


what is factor analysis? : Sas-administrator

618


which date function advances a date, time or datetime value by a given interval? : Sas programming

602


Describe the function and untility of the most difficult SAS macro that you have written.

1566


How do dates work in SAS data?

692


Can you suggest us materials for sdtm mapping?

4043


explain the main difference between the nodup and nodupkey options? : Sas-administrator

695


What is SAS? What are the functions does it performs?

737


What are the default statistics that proc means produce?

606