You have a data set of 100 observations,how can you
restrict the output so that the output has only data from
row no. 10 to row no. 20
Answer Posted / shambhu verma
Options firstobs=10 obs=20;
proc print data= sas data set;
run;
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the SAS data set?
what is study design in while working with SAS? what are screening variables in SAS?
Explain the main difference between the sas procedures and functions? : Sas-administrator
Name few SAS functions?
what are all the reports you generated in your recent project?
what are _numeric_ and _character_ and what do they do? : Sas programming
Can you execute a macro within a macro? Describe. : sas-macro
how do the in= variables improve the capability of a merge? : Sas programming
How are numeric and character missing values represented internally?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
How you can read the variables that you need?
What is run-group processing?
Mention how to limit decimal places for the variable using proc means?
What is the basic syntax style in SAS?
explain about data integrator metadata reports? : Sas-di