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
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
what is sas metadata server? : Sas-di
which date functions advances a date time or date/time value by a given interval? : Sas programming
what are input dataset and output dataset options? : Sas programming
how does sas handle missing values in functions? : Sas programming
Explain data_null_?
Which function is used to count the number of intervals between two sas dates?
How to specify variables to be processed by the freq procedure?
What is the basic structure of a sas program?
In ARRAY processing, what does the DIM function do?
What are the default statistics for means procedure?
What are the data types does SAS contain?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Name any two sas spawners? : sas-grid-administration
What is the role of sas grid administrator? : sas-grid-administration