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 / na
Options Firstobs=10 obs
=20;
Proc print data = xxx;
Run;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does proc sql work?
What are the statements in proc sql?
What are the differences between sum function and using “+” operator?
What is a method to debug and test your SAS program?
Why double trailing @@ is used in input statement?
What are the features of SAS?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
Mention how to limit decimal places for the variable using proc means?
what is information maps?
explain what is data set in sas? : Sas-administrator
What are the ways to do a “table lookup” in sas?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
Differentiate between sas functions and sas procedures.
What are the special input delimiters used in SAS?
How to create a permanent sas data set?