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
Mention common programming errors committed in sas ?
What are the ways in which macro variables can be created in sas programming?
what are sas/access and sas/connect? : Sas programming
do you prefer proc report or proc tabulate? Why? : Sas programming
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
what can you learn from the sas log when debugging? : Sas programming
What is SAS?
Explain why double trailing @@ is used in input statement?
what versions of sas have you used (on which platforms)? : Sas programming
Describe the ways in which you can create macro variables?
explain the key concept of sas? : Sas-administrator
explain the main difference between the nodup and nodupkey options? : Sas-administrator
what is the Population you used in your project, is it ITT or PP?
What function CATX syntax does?
If you could design your ideal job, what would it look like?