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


Please Help Members By Posting Answers For Below Questions

What is the use of PROC gplot?

641


what are _numeric_ and _character_ and what do they do? : Sas programming

677


What are the different versions of sas that you have used until now? : sas-grid-administration

734


how would you determine the number of missing or nonmissing values in computations? : Sas programming

658


what is ae onset date n what is RDS

1939






What are the features of SAS?

578


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

572


Name validation tools used in SAS

695


What is the command used to find missing values?

593


how can you put a "trace" in your program? : Sas programming

579


What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?

2008


How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?

638


Can you execute a macro within a macro? Describe. : sas-macro

674


What are the parameters of scan function?

622


What is the use of the %include statement?

690