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
What is the difference between input and infile statement?
how many types prompting framework can be broken down to? : Sas-bi
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
What is the length assigned to the target variable by the scan function?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
how does sas handle missing values in assignment statements? : Sas programming
What are the default statistics for means procedure?
what are input dataset and output dataset options? : Sas programming
How to specify variables to be processed by the freq procedure?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
Explain the use of proc gplot? : sas-grid-administration
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
how does sas handle missing values in sort order? : Sas programming
what is study design in while working with SAS? what are screening variables in SAS?
how to debug and test the sas program? : Sas-administrator