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

how does sas handle missing values in assignment statements? : Sas programming

563


Why and when do you use proc sql?

747


explain about data integrator metadata reports? : Sas-di

553


how do you pull data from equifax?tell me the process?

1370


What is the use of the %include statement?

677






what is snowflake schema? : Sas-di

683


what is the difference between infile and input? : Sas-administrator

601


what is sas and what are the functions? : Sas-administrator

527


what do the pad and dim functions do? : Sas programming

556


In ARRAY processing, what does the DIM function do?

701


How to limit decimal places for the variable using proc means?

587


What is program data vector (pdv)?

625


Explain the use of proc print and proc contents?

548


In SAS explain which statement does not perform automatic conversions in comparisons?

790


for what purpose would you use the retain statement? : Sas programming

572