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
How do you specify the number of iterations and specific condition within a single do loop?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
How do you test for missing values?
What do the SAS log messages "numeric values have been converted to character" mean?
What is by-group processing?
What is connection profile? : sas-grid-administration
Describe the function and utility of the most difficult SAS macro that you have written?
What is interleaving in SAS?
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
What are the implications?
which date functions advances a date time or date/time value by a given interval? : Sas programming
do you prefer proc report or proc tabulate? Why? : Sas programming
what are the benefits of data integration? : Sas-di
What versions of SAS have you used (on which platforms)?
what is the difference between floor and ceil functions in sas? : Sas-administrator