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 do you know about sas and what we do? : sas-grid-administration

608


What do you know about symput and symget?

733


Differences between where and if statement?

586


what is treatment emergent events and treatment emregent adverse event

1949


Given an unsorted data set, how to read the last observation to a new data set?

843






How does proc sql work?

618


How do you debug and test your SAS programs?

1050


What are symget and symput? : sas-macro

735


how sas deals with business intelligence? : Sas-bi

586


what is change analysis in sas di ? : Sas-di

608


What are the ways in which macro variables can be created in sas programming?

573


How do dates work in SAS data?

692


Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya

1358


How do you test for missing values?

1062


What is the use of function Proc summary?

658