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
Of all your work, where have you been the most successful?
Explain the purpose of substr functions in sas programming.
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
Have you ever used the SAS Debugger?
What is the order of application for output data set options, input data set options and SAS statements?
explain about various caches available in data integrator? : Sas-di
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)?
How long can a macro variable be? A token? : sas-macro
What is the difference between SAS functions and procedures?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
How sas treats the dsd delimiters?
Describe the ways in which you can create macro variables?
How do you use the do loop if you don’t know how many times you should execute the do loop?
Which statement does not perform automatic conversions in comparisons?
Which command is used to save logs in the external file?