Answer Posted / madhavi
_n_ is a automatic variable created by SAS.we can use this
like we use any variable that we created ourselfs and it
indicates the number of times SAS has looped through the
data step.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What can be the size of largest dataset in SAS?
explain the proc in sas? : Sas-administrator
How you can read the variables that you need?
for whom is sas data integration studio designed? : Sas-di
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 to change the execute of macro
Explain how you can debug and test your SAS program?
explain what is factor analysis? : Sas-administrator
what is business intelligence? : Sas-bi
How can you limit the variables written to output dataset in data step?
How to create list output for cross-tabulations in proc freq?
how does sas handle missing values in assignment statements? : Sas programming
What is SAS?
what is the function of catx syntax? : Sas-administrator
Give some examples where proc report’s defaults are same as proc print’s defaults?